Uses of Class
org.hibernate.boot.model.relational.QualifiedTableName
Packages that use QualifiedTableName
Package
Description
Some SPIs related to DDL generation and schema management.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for entities.
Implementation of the SPI for schema information extraction from the database via JDBC.
Defines an SPI for schema information extraction from the database via JDBC.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of QualifiedTableName in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return QualifiedTableNameModifier and TypeMethodDescriptionQualifiedTableName.quote()
default QualifiedTableName
SqlStringGenerationContext.withDefaults
(QualifiedTableName name) Apply default catalog and schema, if necessary, to the given name.Methods in org.hibernate.boot.model.relational with parameters of type QualifiedTableNameModifier and TypeMethodDescriptionSqlStringGenerationContext.format
(QualifiedTableName qualifiedName) Render a formatted a table namedefault QualifiedTableName
SqlStringGenerationContext.withDefaults
(QualifiedTableName name) Apply default catalog and schema, if necessary, to the given name. -
Uses of QualifiedTableName in org.hibernate.boot.model.relational.internal
Methods in org.hibernate.boot.model.relational.internal with parameters of type QualifiedTableNameModifier and TypeMethodDescriptionSqlStringGenerationContextImpl.format
(QualifiedTableName qualifiedName) -
Uses of QualifiedTableName in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type QualifiedTableNameModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.EntityTableXref.addSecondaryTable
(QualifiedTableName logicalName, Join secondaryTableJoin) -
Uses of QualifiedTableName in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal with parameters of type QualifiedTableNameModifier and TypeMethodDescriptionQualifiedObjectNameFormatterStandardImpl.format
(QualifiedTableName qualifiedTableName, Dialect dialect) -
Uses of QualifiedTableName in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi with parameters of type QualifiedTableNameModifier and TypeMethodDescriptionQualifiedObjectNameFormatter.format
(QualifiedTableName qualifiedTableName, Dialect dialect) Render a formatted a table name -
Uses of QualifiedTableName in org.hibernate.mapping
Methods in org.hibernate.mapping that return QualifiedTableNameModifier and TypeMethodDescriptionAbstractUserDefinedType.getQualifiedTableName()
Table.getQualifiedTableName()
UserDefinedType.getQualifiedTableName()
-
Uses of QualifiedTableName in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type QualifiedTableNameModifier and TypeMethodDescriptionExplicitSqlStringGenerationContext.format
(QualifiedTableName qualifiedName) -
Uses of QualifiedTableName in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal that return QualifiedTableNameMethods in org.hibernate.tool.schema.extract.internal with parameters of type QualifiedTableNameModifier and TypeMethodDescriptionDatabaseInformationImpl.getTableInformation
(QualifiedTableName tableName) DatabaseInformationImpl.locateTableInformation
(QualifiedTableName tableName) Constructors in org.hibernate.tool.schema.extract.internal with parameters of type QualifiedTableNameModifierConstructorDescriptionTableInformationImpl
(InformationExtractor extractor, IdentifierHelper identifierHelper, QualifiedTableName tableName, boolean physicalTable, String comment) -
Uses of QualifiedTableName in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return QualifiedTableNameModifier and TypeMethodDescriptionTableInformation.getName()
Get the qualified name of the table.Methods in org.hibernate.tool.schema.extract.spi with parameters of type QualifiedTableNameModifier and TypeMethodDescriptionDatabaseInformation.getTableInformation
(QualifiedTableName tableName) Obtain reference to the named TableInformationExtractionContext.DatabaseObjectAccess.locateTableInformation
(QualifiedTableName tableName) -
Uses of QualifiedTableName in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type QualifiedTableNameModifier and TypeMethodDescriptionprotected void
StandardTableExporter.applyComments
(Table table, QualifiedTableName tableName, List<String> sqlStrings) Deprecated.
StandardTableExporter.applyComments(Table, String, List)
instead.