| Package | Description |
|---|---|
| org.wildfly.swarm.config.datasources | |
| org.wildfly.swarm.config.datasources.data_source |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionProperties> |
DataSource.DataSourceResources.connectionProperties()
Get the list of org.wildfly.swarm.config.datasources.data_source.ConnectionProperties resources
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.connectionProperties(ConnectionProperties value)
Add the org.wildfly.swarm.config.datasources.data_source.ConnectionProperties object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.connectionProperties(List<ConnectionProperties> value)
Add all org.wildfly.swarm.config.datasources.data_source.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
|
interface |
ConnectionPropertiesConfigurator<T extends ConnectionProperties> |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProperties |
ConnectionProperties.value(String value)
Each connection-property specifies a string name/value pair with the property name coming from the name attribute and the value coming from the element content
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.