Uses of Class
org.hibernate.mapping.ForeignKey
Packages that use ForeignKey
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package defines the Hibernate configuration-time mapping model.
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of ForeignKey in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type ForeignKeyModifier and TypeMethodDescriptionDialect.getForeignKeyExporter()
SpannerDialect.getForeignKeyExporter()
-
Uses of ForeignKey in org.hibernate.mapping
Methods in org.hibernate.mapping that return ForeignKeyModifier and TypeMethodDescriptionTable.createForeignKey
(String keyName, List<Column> keyColumns, String referencedEntityName, String keyDefinition) Deprecated, for removal: This API element is subject to removal in a future version.Table.createForeignKey
(String keyName, List<Column> keyColumns, String referencedEntityName, String keyDefinition, String options) Table.createForeignKey
(String keyName, List<Column> keyColumns, String referencedEntityName, String keyDefinition, String options, List<Column> referencedColumns) KeyValue.createForeignKeyOfEntity
(String entityName) KeyValue.createForeignKeyOfEntity
(String entityName, List<Column> referencedColumns) SimpleValue.createForeignKeyOfEntity
(String entityName) SimpleValue.createForeignKeyOfEntity
(String entityName, List<Column> referencedColumns) Methods in org.hibernate.mapping that return types with arguments of type ForeignKeyModifier and TypeMethodDescriptionTable.getForeignKeyCollection()
Table.getForeignKeys()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ForeignKey in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type ForeignKeyModifier and TypeMethodDescriptionCleaner.getSqlDisableConstraintString
(ForeignKey foreignKey, Metadata metadata, SqlStringGenerationContext context) A statement that disables the given foreign key constraint.Cleaner.getSqlEnableConstraintString
(ForeignKey foreignKey, Metadata metadata, SqlStringGenerationContext context) A statement that re-enables the given foreign key constraint.
Table.ForeignKeyKey
should be private.