Uses of Class
io.ebeaninternal.dbmigration.ddlgeneration.platform.util.IndexColumns
Packages that use IndexColumns
-
Uses of IndexColumns in io.ebeaninternal.dbmigration.ddlgeneration.platform.util
Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform.util that return types with arguments of type IndexColumnsMethods in io.ebeaninternal.dbmigration.ddlgeneration.platform.util with parameters of type IndexColumnsModifier and TypeMethodDescriptionvoidIndexSet.add(IndexColumns index) Add the externally created unique constraint here so that we check later if foreign key indexes don't need to be created (as the columns match this unique constraint).booleanIndexColumns.isMatch(IndexColumns other) Return true if this index matches (same columns same order).