Uses of Class
io.ebeaninternal.dbmigration.migration.DropIndex
Packages that use DropIndex
Package
Description
-
Uses of DropIndex in io.ebeaninternal.dbmigration.ddlgeneration
Methods in io.ebeaninternal.dbmigration.ddlgeneration with parameters of type DropIndex -
Uses of DropIndex in io.ebeaninternal.dbmigration.ddlgeneration.platform
Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform with parameters of type DropIndex -
Uses of DropIndex in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return DropIndexModifier and TypeMethodDescriptionObjectFactory.createDropIndex()Create an instance ofDropIndex -
Uses of DropIndex in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return DropIndexModifier and TypeMethodDescriptionMIndex.dropIndex()Create a DropIndex migration for this index.Methods in io.ebeaninternal.dbmigration.model with parameters of type DropIndexModifier and TypeMethodDescriptionvoidModelDiff.addDropIndex(DropIndex dropIndex)Add the DropIndex to the 'apply' changes.