Uses of Class
io.ebeaninternal.dbmigration.migration.Migration
-
Packages that use Migration Package Description io.ebeaninternal.dbmigration.migration io.ebeaninternal.dbmigration.migrationreader io.ebeaninternal.dbmigration.model -
-
Uses of Migration in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return Migration Modifier and Type Method Description MigrationObjectFactory. createMigration()Create an instance ofMigration -
Uses of Migration in io.ebeaninternal.dbmigration.migrationreader
Methods in io.ebeaninternal.dbmigration.migrationreader that return Migration Modifier and Type Method Description static MigrationMigrationXmlReader. read(File migrationFile)Read and return a Migration from a migration xml file.static MigrationMigrationXmlReader. read(InputStream is)Read and return a Migration from an xml document.static MigrationMigrationXmlReader. read(String resourcePath)Read and return a Migration from an xml document at the given resource path.Methods in io.ebeaninternal.dbmigration.migrationreader with parameters of type Migration Modifier and Type Method Description voidMigrationXmlWriter. write(Migration migration, File file)Write a Migration as a standalone XML document to a file. -
Uses of Migration in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return Migration Modifier and Type Method Description MigrationModelDiff. getMigration()Return the diff as a migration potentially containing an apply changeSet and a drop changeSet.MigrationModelContainer. migrationForPendingDrop(String pendingVersion)Return the migration for the pending drops for a given version.MigrationPendingDrops. migrationForVersion(String pendingVersion)Return the migration for the pending drops from a version.MigrationMigrationResource. read()Read and return the migration from the resource.Methods in io.ebeaninternal.dbmigration.model with parameters of type Migration Modifier and Type Method Description voidModelContainer. apply(Migration migration, io.ebean.migration.MigrationVersion version)Apply a migration with associated changeSets to the model.voidPlatformDdlWriter. processMigration(Migration dbMigration, DdlWrite write, File writePath, String fullVersion)Write the migration as platform specific ddl.
-