Uses of Class
com.googlecode.flyway.core.metadatatable.MetaDataTable

Packages that use MetaDataTable
com.googlecode.flyway.core.init   
com.googlecode.flyway.core.migration   
com.googlecode.flyway.core.validation   
 

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

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

Uses of MetaDataTable in com.googlecode.flyway.core.migration
 

Constructors in com.googlecode.flyway.core.migration with parameters of type MetaDataTable
DbMigrator(org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, DbSupport dbSupport, MetaDataTable metaDataTable, SchemaVersion target, boolean ignoreFailedFutureMigration)
          Creates a new database migrator.
 

Uses of MetaDataTable in com.googlecode.flyway.core.validation
 

Constructors in com.googlecode.flyway.core.validation with parameters of type MetaDataTable
DbValidator(ValidationMode validationMode, MetaDataTable metaDataTable)
          Creates a new database validator.
 



Copyright © 2010. All Rights Reserved.