| 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 |
|---|---|
DataSource |
DataSource.connectionProperties(ConnectionProperties value)
Add the ConnectionProperties object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.connectionProperties(List<ConnectionProperties> value)
Add all ConnectionProperties objects to this subresource
|
| 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.