| Package | Description |
|---|---|
| org.hibernate.boot.internal | |
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
| org.hibernate.tool.schema.internal |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InFlightMetadataCollectorImpl.secondPassCompileForeignKeys(Table table,
java.util.Set<ForeignKey> done,
MetadataBuildingContext buildingContext) |
| Modifier and Type | Method and Description |
|---|---|
Exporter<ForeignKey> |
Dialect.getForeignKeyExporter() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Table.ForeignKeyKey,ForeignKey> |
Table.getForeignKeys() |
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyMetadata |
TableMetadata.getForeignKeyMetadata(ForeignKey fk)
Deprecated.
|
boolean |
ForeignKeyMetadata.matches(ForeignKey fk)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
StandardForeignKeyExporter.getSqlCreateStrings(ForeignKey foreignKey,
Metadata metadata) |
java.lang.String[] |
StandardForeignKeyExporter.getSqlDropStrings(ForeignKey foreignKey,
Metadata metadata) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.