Uses of Class
org.unitils.database.DataSourceWrapper

Packages that use DataSourceWrapper
org.unitils.database   
 

Uses of DataSourceWrapper in org.unitils.database
 

Fields in org.unitils.database with type parameters of type DataSourceWrapper
protected  Map<String,DataSourceWrapper> DatabaseModule.wrappers
           
 

Methods in org.unitils.database that return DataSourceWrapper
 DataSourceWrapper DatabaseModule.getWrapper(String databaseName)
           
 

Methods in org.unitils.database with parameters of type DataSourceWrapper
 void DatabaseModule.registerTransactionManagementConfiguration(DataSourceWrapper wrapper)
           
 void DatabaseModule.resetDatabaseState(SQLHandler sqlHandler, DataSourceWrapper wrapper)
          Updates the database version to the current version, without issuing any other updates to the database.
 void DatabaseModule.setWrapper(DataSourceWrapper wrapper)
           
 



Copyright © 2014. All Rights Reserved.