Uses of Interface
de.aristaflow.adept2.base.dbaccess.JDBCDataSource
-
Packages that use JDBCDataSource Package Description de.aristaflow.adept2.base.registry de.aristaflow.adept2.base.registry.dbconfiguration de.aristaflow.adept2.core.transactionmanager -
-
Uses of JDBCDataSource in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry with parameters of type JDBCDataSource Modifier and Type Method Description static org.apache.commons.configuration2.DatabaseConfiguration
UrlConfigurationManager. newDatabaseConfiguration(Logger logger, JDBCDataSource dataSource, String tableName, String keyColumn, String valueColumn)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of JDBCDataSource in de.aristaflow.adept2.base.registry.dbconfiguration
Fields in de.aristaflow.adept2.base.registry.dbconfiguration declared as JDBCDataSource Modifier and Type Field Description protected JDBCDataSource
DatabaseConfiguration. dataSource
The data source (possibly) providing the table containing the database configuration.protected JDBCDataSource
DataSourceWrapper. dataSource
The data source providing the connection.protected JDBCDataSource
TableManager. dataSource
The data source storing the runtime configuration table.Methods in de.aristaflow.adept2.base.registry.dbconfiguration with parameters of type JDBCDataSource Modifier and Type Method Description static DatabaseConfiguration
DatabaseConfiguration. newDatabaseConfiguration(Logger logger, JDBCDataSource dataSource, String tableName, String keyColumn, String valueColumn)
Creates a newDatabaseConfiguration
using the designated table and columns to store the configuration in the designated data source.Constructors in de.aristaflow.adept2.base.registry.dbconfiguration with parameters of type JDBCDataSource Constructor Description DatabaseConfiguration(JDBCDataSource dataSource, String tableName, String keyColumn, String valueColumn)
Creates a newDatabaseConfiguration
with the designated properties and the designatedJDBCDataSource
(possibly) providing the table containing the database configuration.DataSourceWrapper(JDBCDataSource dataSource)
Creates aDataSource
providing a connection from the designatedJDBCDataSource
.TableManager(Logger logger, JDBCDataSource dataSource, String tableName, String keyColumn, String valueColumn)
Creates a new listener that creates and drops tables for runtime configurations. -
Uses of JDBCDataSource in de.aristaflow.adept2.core.transactionmanager
Methods in de.aristaflow.adept2.core.transactionmanager with parameters of type JDBCDataSource Modifier and Type Method Description TxManager<SessionToken>
GlobalTransactionManager. getTxManager(JDBCDataSource dataSource)
Gets a transaction manager based onSessionToken
for the designated data source.
-