Package | Description |
---|---|
org.wildfly.swarm.config.datasources | |
org.wildfly.swarm.config.datasources.data_source |
Modifier and Type | Method and Description |
---|---|
ConnectionProperties |
DataSource.DataSourceResources.connectionProperties(String key) |
Modifier and Type | Method and Description |
---|---|
List<ConnectionProperties> |
DataSource.DataSourceResources.connectionProperties()
Get the list of ConnectionProperties resources
|
Modifier and Type | Method and Description |
---|---|
T |
DataSource.connectionProperties(ConnectionProperties value)
Add the ConnectionProperties object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
DataSource.connectionProperties(List<ConnectionProperties> value)
Add all ConnectionProperties objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionProperties<T extends ConnectionProperties<T>>
The connection-properties element allows you to pass in arbitrary connection
properties to the Driver.connect(url, props) method
|
interface |
ConnectionPropertiesConsumer<T extends ConnectionProperties<T>> |
interface |
ConnectionPropertiesSupplier<T extends ConnectionProperties> |
Modifier and Type | Method and Description |
---|---|
ConnectionProperties |
ConnectionPropertiesSupplier.get()
Constructed instance of ConnectionProperties resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.