Uses of Class
io.ebeaninternal.dbmigration.migration.CreateIndex
-
-
Uses of CreateIndex in io.ebeaninternal.dbmigration.ddlgeneration
Methods in io.ebeaninternal.dbmigration.ddlgeneration with parameters of type CreateIndex Modifier and Type Method Description voidBaseDdlHandler. generate(DdlWrite writer, CreateIndex createIndex)voidDdlHandler. generate(DdlWrite writer, CreateIndex createIndex)voidTableDdl. generate(DdlWrite writer, CreateIndex createIndex)Generate the create index change. -
Uses of CreateIndex in io.ebeaninternal.dbmigration.ddlgeneration.platform
Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform with parameters of type CreateIndex Modifier and Type Method Description voidBaseTableDdl. generate(DdlWrite writer, CreateIndex index) -
Uses of CreateIndex in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return CreateIndex Modifier and Type Method Description CreateIndexObjectFactory. createCreateIndex()Create an instance ofCreateIndex -
Uses of CreateIndex in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return CreateIndex Modifier and Type Method Description CreateIndexMIndex. createIndex()Return a CreateIndex migration for this index.Methods in io.ebeaninternal.dbmigration.model with parameters of type CreateIndex Modifier and Type Method Description voidModelDiff. addCreateIndex(CreateIndex createIndex)Add the CreateIndex to the 'apply' changes.Constructors in io.ebeaninternal.dbmigration.model with parameters of type CreateIndex Constructor Description MIndex(CreateIndex createIndex)
-