| Package | Description |
|---|---|
| org.wildfly.swarm.config.datasources.subsystem.dataSource | |
| org.wildfly.swarm.config.datasources.subsystem.dataSource.connectionProperties |
| 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>
The connection-properties element allows you to pass in arbitrary connection properties to the Driver.connect(url, props) method
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.