Uses of Class
org.hibernate.boot.model.relational.QualifiedTableName
-
Packages that use QualifiedTableName 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 org.hibernate.tool.schema.extract.spi -
-
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.spi
Methods in org.hibernate.engine.jdbc.env.spi with parameters of type QualifiedTableName Modifier and Type Method Description java.lang.String
QualifiedObjectNameFormatter. format(QualifiedTableName qualifiedTableName, Dialect dialect)
Render a formatted a table name -
Uses of QualifiedTableName in org.hibernate.hql.spi.id
Methods in org.hibernate.hql.spi.id that return QualifiedTableName Modifier and Type Method Description protected QualifiedTableName
AbstractMultiTableBulkIdStrategyImpl. determineIdTableName(JdbcEnvironment jdbcEnvironment, PersistentClass entityBinding)
-
Uses of QualifiedTableName in org.hibernate.hql.spi.id.persistent
Methods in org.hibernate.hql.spi.id.persistent that return QualifiedTableName Modifier and Type Method Description protected QualifiedTableName
PersistentTableBulkIdStrategy. determineIdTableName(JdbcEnvironment jdbcEnvironment, PersistentClass entityBinding)
-
Uses of QualifiedTableName in org.hibernate.mapping
Methods in org.hibernate.mapping that return QualifiedTableName Modifier and Type Method Description QualifiedTableName
Table. getQualifiedTableName()
-
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)
-