Uses of Class
org.hibernate.mapping.ForeignKey
-
Packages that use ForeignKey Package Description org.hibernate.dialect org.hibernate.mapping org.hibernate.tool.hbm2ddl -
-
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()
-
Uses of ForeignKey in org.hibernate.mapping
Methods in org.hibernate.mapping that return ForeignKey Modifier and Type Method Description ForeignKey
Table. createForeignKey(java.lang.String keyName, java.util.List keyColumns, java.lang.String referencedEntityName, java.lang.String keyDefinition)
ForeignKey
Table. createForeignKey(java.lang.String keyName, java.util.List keyColumns, java.lang.String referencedEntityName, java.lang.String keyDefinition, java.util.List referencedColumns)
Methods in org.hibernate.mapping that return types with arguments of type ForeignKey Modifier and Type Method Description java.util.Map<Table.ForeignKeyKey,ForeignKey>
Table. getForeignKeys()
-
Uses of ForeignKey in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl with parameters of type ForeignKey Modifier and Type Method Description ForeignKeyMetadata
TableMetadata. getForeignKeyMetadata(ForeignKey fk)
Deprecated.boolean
ForeignKeyMetadata. matches(ForeignKey fk)
Deprecated.
-