Uses of Class
io.ebeaninternal.dbmigration.migration.DropIndex
-
-
Uses of DropIndex in io.ebeaninternal.dbmigration.ddlgeneration
Methods in io.ebeaninternal.dbmigration.ddlgeneration with parameters of type DropIndex Modifier and Type Method Description voidBaseDdlHandler. generate(DdlWrite writer, DropIndex dropIndex)voidDdlHandler. generate(DdlWrite writer, DropIndex dropIndex)voidTableDdl. generate(DdlWrite writer, DropIndex dropIndex)Write the drop index change. -
Uses of DropIndex in io.ebeaninternal.dbmigration.ddlgeneration.platform
Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform with parameters of type DropIndex Modifier and Type Method Description voidBaseTableDdl. generate(DdlWrite writer, DropIndex dropIndex) -
Uses of DropIndex in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return DropIndex Modifier and Type Method Description DropIndexObjectFactory. createDropIndex()Create an instance ofDropIndex -
Uses of DropIndex in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return DropIndex Modifier and Type Method Description DropIndexMIndex. dropIndex()Create a DropIndex migration for this index.Methods in io.ebeaninternal.dbmigration.model with parameters of type DropIndex Modifier and Type Method Description voidModelDiff. addDropIndex(DropIndex dropIndex)Add the DropIndex to the 'apply' changes.
-