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

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

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

Constructors in com.googlecode.flyway.core.init with parameters of type MetaDataTable
DbInit(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(java.sql.Connection connection, java.sql.Connection connectionForMigrations, 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 © 2012. All Rights Reserved.