Uses of Class
io.ebeaninternal.dbmigration.model.MCompoundForeignKey
-
Packages that use MCompoundForeignKey Package Description io.ebeaninternal.dbmigration.model -
-
Uses of MCompoundForeignKey in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return types with arguments of type MCompoundForeignKey Modifier and Type Method Description List<MCompoundForeignKey>MTable. getCompoundKeys()Methods in io.ebeaninternal.dbmigration.model with parameters of type MCompoundForeignKey Modifier and Type Method Description voidMTable. addForeignKey(MCompoundForeignKey compoundKey)Add a compound foreign key.
-