Uses of Class
org.javalite.db_migrator.maven.AbstractDbMigrationMojo
Packages that use AbstractDbMigrationMojo
-
Uses of AbstractDbMigrationMojo in org.javalite.db_migrator.maven
Subclasses of AbstractDbMigrationMojo in org.javalite.db_migrator.mavenModifier and TypeClassDescriptionclass
Check current schema against available migrations to see if database is up to date, causing the build to fail if the database is not up to date.class
class
class
Migrate to latest schema version.class
class
Validate current schema against available migrations.