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.DatabaseConfigurationUrlConfigurationManager. 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 JDBCDataSourceDatabaseConfiguration. dataSourceThe data source (possibly) providing the table containing the database configuration.protected JDBCDataSourceDataSourceWrapper. dataSourceThe data source providing the connection.protected JDBCDataSourceTableManager. dataSourceThe 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 DatabaseConfigurationDatabaseConfiguration. newDatabaseConfiguration(Logger logger, JDBCDataSource dataSource, String tableName, String keyColumn, String valueColumn)Creates a newDatabaseConfigurationusing 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 newDatabaseConfigurationwith the designated properties and the designatedJDBCDataSource(possibly) providing the table containing the database configuration.DataSourceWrapper(JDBCDataSource dataSource)Creates aDataSourceproviding 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 onSessionTokenfor the designated data source.
-