Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.datasources | |
org.wildfly.swarm.datasources |
Modifier and Type | Method and Description |
---|---|
DataSource |
Datasources.DatasourcesResources.dataSource(String key) |
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
Datasources.DatasourcesResources.dataSources()
Get the list of DataSource resources
|
Modifier and Type | Method and Description |
---|---|
T |
Datasources.dataSource(DataSource value)
Add the DataSource object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Datasources.dataSources(List<DataSource> value)
Add all DataSource objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
DataSource<T extends DataSource<T>>
A JDBC data-source configuration
|
interface |
DataSourceConsumer<T extends DataSource<T>> |
interface |
DataSourceSupplier<T extends DataSource> |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSourceSupplier.get()
Constructed instance of DataSource resource
|
Modifier and Type | Method and Description |
---|---|
DatasourceArchive |
DatasourceArchive.dataSource(DataSource ds)
Create a configured datasource
|
DatasourcesFraction |
DatasourcesFraction.dataSource(DataSource value) |
Constructor and Description |
---|
DSXmlAsset(DataSource ds) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.