Uses of Interface
org.dbmaintain.datasource.DataSourceFactory

Packages that use DataSourceFactory
org.dbmaintain.database.impl   
org.dbmaintain.datasource.impl   
 

Uses of DataSourceFactory in org.dbmaintain.database.impl
 

Fields in org.dbmaintain.database.impl declared as DataSourceFactory
protected  DataSourceFactory DefaultDatabaseConnectionManager.dataSourceFactory
           
 

Constructors in org.dbmaintain.database.impl with parameters of type DataSourceFactory
DefaultDatabaseConnectionManager(Properties configuration, SQLHandler sqlHandler, DataSourceFactory dataSourceFactory)
           
DefaultDatabaseConnectionManager(Properties configuration, SQLHandler sqlHandler, DataSourceFactory dataSourceFactory, Map<String,DataSource> dataSourcesPerDatabaseName)
           
 

Uses of DataSourceFactory in org.dbmaintain.datasource.impl
 

Classes in org.dbmaintain.datasource.impl that implement DataSourceFactory
 class SimpleDataSourceFactory
           
 



Copyright © 2011. All Rights Reserved.