Uses of Class
io.ebeaninternal.dbmigration.migration.Migration
Packages that use Migration
Package
Description
-
Uses of Migration in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return MigrationModifier and TypeMethodDescriptionObjectFactory.createMigration()Create an instance ofMigration -
Uses of Migration in io.ebeaninternal.dbmigration.migrationreader
Methods in io.ebeaninternal.dbmigration.migrationreader that return MigrationModifier and TypeMethodDescriptionstatic MigrationRead and return a Migration from a migration xml file.static MigrationMigrationXmlReader.read(InputStream is) Read and return a Migration from an xml document.static MigrationRead and return a Migration from an xml document at the given resource path.Methods in io.ebeaninternal.dbmigration.migrationreader with parameters of type Migration -
Uses of Migration in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return MigrationModifier and TypeMethodDescriptionModelDiff.getMigration()Return the diff as a migration potentially containing an apply changeSet and a drop changeSet.ModelContainer.migrationForPendingDrop(String pendingVersion) Return the migration for the pending drops for a given version.PendingDrops.migrationForVersion(String pendingVersion) Return the migration for the pending drops from a version.MigrationResource.read()Read and return the migration from the resource.Methods in io.ebeaninternal.dbmigration.model with parameters of type MigrationModifier and TypeMethodDescriptionvoidApply a migration with associated changeSets to the model.voidPlatformDdlWriter.processMigration(Migration dbMigration, DdlWrite writer, File writePath, String fullVersion) Write the migration as platform specific ddl.