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

Packages that use MigrationResolver
com.googlecode.flyway.core.migration.java   
com.googlecode.flyway.core.migration.sql   
 

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.sql
 

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



Copyright © 2010. All Rights Reserved.