| Package | Description |
|---|---|
| org.hibernate.boot.spi | |
| org.hibernate.engine.jdbc.env.spi | |
| org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
| org.hibernate.hql.spi.id.persistent |
Package contains an implementation of MultiTableBulkIdStrategy based on the use
of a persistent (ANSI SQL term) table to hold id values.
|
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.tool.schema.extract.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
InFlightMetadataCollector.EntityTableXref.addSecondaryTable(QualifiedTableName logicalName,
Join secondaryTableJoin) |
| Modifier and Type | Method and Description |
|---|---|
String |
QualifiedObjectNameFormatter.format(QualifiedTableName qualifiedTableName,
Dialect dialect)
Render a formatted a table name
|
| Modifier and Type | Method and Description |
|---|---|
protected QualifiedTableName |
AbstractMultiTableBulkIdStrategyImpl.determineIdTableName(JdbcEnvironment jdbcEnvironment,
PersistentClass entityBinding) |
| Modifier and Type | Method and Description |
|---|---|
protected QualifiedTableName |
PersistentTableBulkIdStrategy.determineIdTableName(JdbcEnvironment jdbcEnvironment,
PersistentClass entityBinding) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedTableName |
Table.getQualifiedTableName() |
| Modifier and Type | Method and Description |
|---|---|
QualifiedTableName |
TableInformation.getName()
Get the qualified name of the table.
|
| Modifier and Type | Method and Description |
|---|---|
TableInformation |
DatabaseInformation.getTableInformation(QualifiedTableName tableName)
Obtain reference to the named TableInformation
|
TableInformation |
ExtractionContext.DatabaseObjectAccess.locateTableInformation(QualifiedTableName tableName) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.