Uses of Interface
org.tentackle.model.ForeignKey
Packages that use ForeignKey
Package
Description
Entity model.
Default model implementation.
Database migration support.
-
Uses of ForeignKey in org.tentackle.model
Methods in org.tentackle.model that return types with arguments of type ForeignKeyMethods in org.tentackle.model with parameters of type ForeignKeyModifier and TypeMethodDescriptionCodeFactory.createSqlForeignKey(ForeignKey foreignKey, Backend backend) Creates the foreign key creation sql code. -
Uses of ForeignKey in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement ForeignKeyMethods in org.tentackle.model.impl that return types with arguments of type ForeignKeyMethods in org.tentackle.model.impl with parameters of type ForeignKey -
Uses of ForeignKey in org.tentackle.model.migrate
Methods in org.tentackle.model.migrate that return ForeignKeyModifier and TypeMethodDescriptionForeignKeyMigrator.getForeignKey()Gets the foreign key to migrate.Constructors in org.tentackle.model.migrate with parameters of type ForeignKeyModifierConstructorDescriptionForeignKeyMigrator(Backend backend, ForeignKey foreignKey, ForeignKeyMetaData foreignKeyMetaData) Creates a migrator.Constructor parameters in org.tentackle.model.migrate with type arguments of type ForeignKeyModifierConstructorDescriptionTableMigrator(Entity entity, Collection<ForeignKey> foreignKeys, Backend backend, TableMetaData table) Creates a table migrator.