Uses of Class
io.ebeaninternal.dbmigration.model.MIndex
-
Packages that use MIndex Package Description io.ebeaninternal.dbmigration.model io.ebeaninternal.dbmigration.model.build -
-
Uses of MIndex in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return MIndex Modifier and Type Method Description MIndexModelContainer. getIndex(MIndex newIndex)Lookup the matching index during DIFF migration processing.MIndexMTable. setReusedElementCollection()Clear foreign key as this element collection table logically references back to multiple tables.Methods in io.ebeaninternal.dbmigration.model that return types with arguments of type MIndex Modifier and Type Method Description Collection<MIndex>ModelContainer. allIndexes()Methods in io.ebeaninternal.dbmigration.model with parameters of type MIndex Modifier and Type Method Description voidModelContainer. addIndex(MIndex index)Add an index.voidMIndex. compare(ModelDiff modelDiff, MIndex newIndex)Compare with an index of the same name.booleanModelContainer. dropIndex(MIndex existingIndex)Return true if the index does not exist and should be dropped.MIndexModelContainer. getIndex(MIndex newIndex)Lookup the matching index during DIFF migration processing. -
Uses of MIndex in io.ebeaninternal.dbmigration.model.build
Methods in io.ebeaninternal.dbmigration.model.build with parameters of type MIndex Modifier and Type Method Description voidModelBuildContext. addIndex(MIndex index)
-