Uses of Class
org.hibernate.mapping.ForeignKey
-
Packages that use ForeignKey Package Description org.hibernate.boot.internal org.hibernate.dialect org.hibernate.mapping org.hibernate.tool.schema.internal -
-
Uses of ForeignKey in org.hibernate.boot.internal
Method parameters in org.hibernate.boot.internal with type arguments of type ForeignKey Modifier and Type Method Description protected voidInFlightMetadataCollectorImpl. secondPassCompileForeignKeys(Table table, Set<ForeignKey> done, MetadataBuildingContext buildingContext) -
Uses of ForeignKey in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type ForeignKey Modifier and Type Method Description Exporter<ForeignKey>Dialect. getForeignKeyExporter()Exporter<ForeignKey>SpannerDialect. getForeignKeyExporter() -
Uses of ForeignKey in org.hibernate.mapping
Methods in org.hibernate.mapping that return ForeignKey Modifier and Type Method Description ForeignKeyTable. createForeignKey(String keyName, List<Column> keyColumns, String referencedEntityName, String keyDefinition)ForeignKeyTable. createForeignKey(String keyName, List<Column> keyColumns, String referencedEntityName, String keyDefinition, List<Column> referencedColumns)ForeignKeyKeyValue. createForeignKeyOfEntity(String entityName)ForeignKeySimpleValue. createForeignKeyOfEntity(String entityName)Methods in org.hibernate.mapping that return types with arguments of type ForeignKey Modifier and Type Method Description Iterator<ForeignKey>Table. getForeignKeyIterator()Deprecated.Map<Table.ForeignKeyKey,ForeignKey>Table. getForeignKeys() -
Uses of ForeignKey in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type ForeignKey Modifier and Type Method Description String[]StandardForeignKeyExporter. getSqlCreateStrings(ForeignKey foreignKey, Metadata metadata, SqlStringGenerationContext context)String[]StandardForeignKeyExporter. getSqlDropStrings(ForeignKey foreignKey, Metadata metadata, SqlStringGenerationContext context)
-