Uses of Class
com.googlecode.flyway.core.util.jdbc.TransactionTemplate

Packages that use TransactionTemplate
com.googlecode.flyway.core.clean Private API. 
com.googlecode.flyway.core.init Private API. 
 

Uses of TransactionTemplate in com.googlecode.flyway.core.clean
 

Constructors in com.googlecode.flyway.core.clean with parameters of type TransactionTemplate
DbCleaner(TransactionTemplate transactionTemplate, JdbcTemplate jdbcTemplate, DbSupport dbSupport, java.lang.String[] schemas)
          Creates a new database cleaner.
 

Uses of TransactionTemplate in com.googlecode.flyway.core.init
 

Constructors in com.googlecode.flyway.core.init with parameters of type TransactionTemplate
DbInit(TransactionTemplate transactionTemplate, MetaDataTable metaDataTable)
          Creates a new database migrator.
 



Copyright © 2012. All Rights Reserved.