Uses of Class
org.hibernate.boot.model.relational.QualifiedTableName
-
Packages that use QualifiedTableName Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.boot.model.relational.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.extract.spi Defines an SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.internal 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 QualifiedTableName Modifier and Type Method Description QualifiedTableName
QualifiedTableName. quote()
Methods in org.hibernate.boot.model.relational with parameters of type QualifiedTableName Modifier and Type Method Description String
SqlStringGenerationContext. format(QualifiedTableName qualifiedName)
Render a formatted a table name -
Uses of QualifiedTableName in org.hibernate.boot.model.relational.internal
Methods in org.hibernate.boot.model.relational.internal with parameters of type QualifiedTableName Modifier and Type Method Description String
SqlStringGenerationContextImpl. format(QualifiedTableName qualifiedName)
-
Uses of QualifiedTableName in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type QualifiedTableName Modifier and Type Method Description void
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 QualifiedTableName Modifier and Type Method Description String
QualifiedObjectNameFormatterStandardImpl. 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 QualifiedTableName Modifier and Type Method Description String
QualifiedObjectNameFormatter. 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 QualifiedTableName Modifier and Type Method Description QualifiedTableName
Table. getQualifiedTableName()
QualifiedTableName
UserDefinedType. getQualifiedTableName()
-
Uses of QualifiedTableName in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal that return QualifiedTableName Modifier and Type Method Description QualifiedTableName
TableInformationImpl. getName()
Methods in org.hibernate.tool.schema.extract.internal with parameters of type QualifiedTableName Modifier and Type Method Description TableInformation
DatabaseInformationImpl. getTableInformation(QualifiedTableName tableName)
TableInformation
DatabaseInformationImpl. locateTableInformation(QualifiedTableName tableName)
Constructors in org.hibernate.tool.schema.extract.internal with parameters of type QualifiedTableName Constructor Description TableInformationImpl(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 QualifiedTableName Modifier and Type Method Description QualifiedTableName
TableInformation. getName()
Get the qualified name of the table.Methods in org.hibernate.tool.schema.extract.spi with parameters of type QualifiedTableName Modifier and Type Method Description TableInformation
DatabaseInformation. getTableInformation(QualifiedTableName tableName)
Obtain reference to the named TableInformationTableInformation
ExtractionContext.DatabaseObjectAccess. locateTableInformation(QualifiedTableName tableName)
-
Uses of QualifiedTableName in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type QualifiedTableName Modifier and Type Method Description protected void
StandardTableExporter. applyComments(Table table, QualifiedTableName tableName, List<String> sqlStrings)
Deprecated.
-