Uses of Class
io.ebeaninternal.dbmigration.migration.ForeignKey
-
Packages that use ForeignKey Package Description io.ebeaninternal.dbmigration.migration io.ebeaninternal.dbmigration.model -
-
Uses of ForeignKey in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return ForeignKey Modifier and Type Method Description ForeignKeyObjectFactory. createForeignKey()Create an instance ofForeignKeyMethods in io.ebeaninternal.dbmigration.migration that return types with arguments of type ForeignKey Modifier and Type Method Description List<ForeignKey>CreateTable. getForeignKey()Gets the value of the foreignKey property. -
Uses of ForeignKey in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return ForeignKey Modifier and Type Method Description ForeignKeyMCompoundForeignKey. createForeignKey()Create and return an ForeignKey migration element.
-