Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Configuration.secondPassCompileForeignKeys(Table table,
Set<ForeignKey> done) |
Modifier and Type | Method and Description |
---|---|
ForeignKey |
Table.createForeignKey(String keyName,
List keyColumns,
String referencedEntityName) |
ForeignKey |
Table.createForeignKey(String keyName,
List keyColumns,
String referencedEntityName,
List referencedColumns) |
Modifier and Type | Method and Description |
---|---|
ForeignKeyMetadata |
TableMetadata.getForeignKeyMetadata(ForeignKey fk) |
boolean |
ForeignKeyMetadata.matches(ForeignKey fk) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.