Uses of Class
org.hibernate.mapping.ForeignKey
-
Packages that use ForeignKey Package Description org.hibernate.dialect org.hibernate.mapping -
-
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()
-