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 implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of ForeignKey in org.hibernate.boot.internal
Method parameters in org.hibernate.boot.internal with type arguments of type ForeignKeyModifier and TypeMethodDescriptionprotected void
InFlightMetadataCollectorImpl.secondPassCompileForeignKeys
(Table table, Set<ForeignKey> done, MetadataBuildingContext buildingContext) Constructors in org.hibernate.boot.internal with parameters of type ForeignKeyModifierConstructorDescriptionForeignKeyNameSource
(ForeignKey foreignKey, Table table, MetadataBuildingContext buildingContext) -
Uses of ForeignKey in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type ForeignKeyModifier and TypeMethodDescriptionDialect.getForeignKeyExporter()
DialectDelegateWrapper.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) SimpleValue.createForeignKeyOfEntity
(String entityName) Methods in org.hibernate.mapping that return types with arguments of type ForeignKey -
Uses of ForeignKey in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type ForeignKeyModifier and TypeMethodDescriptionString[]
StandardForeignKeyExporter.getSqlCreateStrings
(ForeignKey foreignKey, Metadata metadata, SqlStringGenerationContext context) StandardTableCleaner.getSqlDisableConstraintString
(ForeignKey foreignKey, Metadata metadata, SqlStringGenerationContext context) String[]
StandardForeignKeyExporter.getSqlDropStrings
(ForeignKey foreignKey, Metadata metadata, SqlStringGenerationContext context) StandardTableCleaner.getSqlEnableConstraintString
(ForeignKey foreignKey, Metadata metadata, SqlStringGenerationContext context) -
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.