Package | Description |
---|---|
org.hibernate.engine.jdbc.env.internal | |
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.internal | |
org.hibernate.tool.schema.extract.spi |
Modifier and Type | Method and Description |
---|---|
String |
QualifiedObjectNameFormatterStandardImpl.format(QualifiedTableName qualifiedTableName,
Dialect dialect) |
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 |
TableInformationImpl.getName() |
Modifier and Type | Method and Description |
---|---|
TableInformation |
DatabaseInformationImpl.getTableInformation(QualifiedTableName tableName) |
TableInformation |
DatabaseInformationImpl.locateTableInformation(QualifiedTableName tableName) |
Constructor and Description |
---|
TableInformationImpl(InformationExtractor extractor,
IdentifierHelper identifierHelper,
QualifiedTableName tableName,
boolean physicalTable,
String comment) |
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 © 2017 JBoss by Red Hat. All rights reserved.