Uses of Class
io.ebeaninternal.dbmigration.model.MIndex
Packages that use MIndex
-
Uses of MIndex in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return MIndexModifier and TypeMethodDescriptionLookup the matching index during DIFF migration processing.MTable.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 MIndexMethods in io.ebeaninternal.dbmigration.model with parameters of type MIndexModifier and TypeMethodDescriptionvoidAdd an index.voidCompare with an index of the same name.booleanReturn true if the index does not exist and should be dropped.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