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

Packages that use MetaDataTable
com.googlecode.flyway.core.init Private API. 
com.googlecode.flyway.core.migration SchemaVersion class, the rest is Private API. 
com.googlecode.flyway.core.validation Private API. 
 

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 © 2011. All Rights Reserved.