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 ForeignKeyTable. createForeignKey(java.lang.String keyName, java.util.List<Column> keyColumns, java.lang.String referencedEntityName, java.lang.String keyDefinition)ForeignKeyTable. createForeignKey(java.lang.String keyName, java.util.List<Column> keyColumns, java.lang.String referencedEntityName, java.lang.String keyDefinition, java.util.List<Column> referencedColumns)Methods in org.hibernate.mapping that return types with arguments of type ForeignKey Modifier and Type Method Description java.util.Iterator<ForeignKey>Table. getForeignKeyIterator()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 ForeignKeyMetadataTableMetadata. getForeignKeyMetadata(ForeignKey fk)Deprecated.booleanForeignKeyMetadata. matches(ForeignKey fk)Deprecated.
-