Uses of Class
io.ebeaninternal.dbmigration.ddlgeneration.platform.util.IndexColumns
-
Packages that use IndexColumns Package Description io.ebeaninternal.dbmigration.ddlgeneration.platform.util -
-
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 IndexColumns Modifier and Type Method Description List<IndexColumns>IndexSet. getIndexes()Methods in io.ebeaninternal.dbmigration.ddlgeneration.platform.util with parameters of type IndexColumns Modifier and Type Method Description voidIndexSet. 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).
-