Uses of Interface
com.googlecode.flyway.core.migration.MigrationResolver

Packages that use MigrationResolver
com.googlecode.flyway.core.migration SchemaVersion class, the rest is Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration.java Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration.jdbc Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration.spring Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration.sql Private API: No compatibility guarantees provided. 
 

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

Classes in com.googlecode.flyway.core.migration that implement MigrationResolver
 class CompositeMigrationResolver
          Facility for retrieving and sorting the available migrations from the classpath through the various migration resolvers.
 

Uses of MigrationResolver in com.googlecode.flyway.core.migration.java
 

Classes in com.googlecode.flyway.core.migration.java that implement MigrationResolver
 class JavaMigrationResolver
          Migration resolver for java class based migrations.
 

Uses of MigrationResolver in com.googlecode.flyway.core.migration.jdbc
 

Classes in com.googlecode.flyway.core.migration.jdbc that implement MigrationResolver
 class JdbcMigrationResolver
          Migration resolver for Jdbc migrations.
 

Uses of MigrationResolver in com.googlecode.flyway.core.migration.spring
 

Classes in com.googlecode.flyway.core.migration.spring that implement MigrationResolver
 class SpringJdbcMigrationResolver
          Migration resolver for Spring Jdbc migrations.
 

Uses of MigrationResolver in com.googlecode.flyway.core.migration.sql
 

Classes in com.googlecode.flyway.core.migration.sql that implement MigrationResolver
 class SqlMigrationResolver
          Migration resolver for sql files on the classpath.
 



Copyright © 2012. All Rights Reserved.