| 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,
Set<ForeignKey> done,
MetadataBuildingContext buildingContext) |
| Modifier and Type | Method and Description |
|---|---|
Exporter<ForeignKey> |
Dialect.getForeignKeyExporter() |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
Table.createForeignKey(String keyName,
List keyColumns,
String referencedEntityName,
String keyDefinition) |
ForeignKey |
Table.createForeignKey(String keyName,
List keyColumns,
String referencedEntityName,
String keyDefinition,
List referencedColumns) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
String[] |
StandardForeignKeyExporter.getSqlCreateStrings(ForeignKey foreignKey,
Metadata metadata) |
String[] |
StandardForeignKeyExporter.getSqlDropStrings(ForeignKey foreignKey,
Metadata metadata) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.