Uses of Interface
org.hibernate.boot.model.relational.QualifiedName
Packages that use QualifiedName
Package
Description
Some SPIs related to DDL generation and schema management.
Enhanced/improved versions of table and sequence based identifier generators
targeting portability and unified configuration.
This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for entities.
-
Uses of QualifiedName in org.hibernate.boot.model.relational
Classes in org.hibernate.boot.model.relational that implement QualifiedNameModifier and TypeClassDescriptionclass
static class
class
class
class
static class
Methods in org.hibernate.boot.model.relational that return QualifiedNameModifier and TypeMethodDescriptiondefault QualifiedName
SqlStringGenerationContext.withDefaults
(QualifiedName name) Apply default catalog and schema, if necessary, to the given name.Methods in org.hibernate.boot.model.relational with parameters of type QualifiedNameModifier and TypeMethodDescriptionSqlStringGenerationContext.format
(QualifiedName qualifiedName) Render a formatted non-table and non-sequence qualified namedefault QualifiedName
SqlStringGenerationContext.withDefaults
(QualifiedName name) Apply default catalog and schema, if necessary, to the given name. -
Uses of QualifiedName in org.hibernate.boot.model.relational.internal
Methods in org.hibernate.boot.model.relational.internal with parameters of type QualifiedNameModifier and TypeMethodDescriptionSqlStringGenerationContextImpl.format
(QualifiedName qualifiedName) -
Uses of QualifiedName in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal with parameters of type QualifiedNameModifier and TypeMethodDescriptionQualifiedObjectNameFormatterStandardImpl.format
(QualifiedName qualifiedName, Dialect dialect) -
Uses of QualifiedName in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi with parameters of type QualifiedNameModifier and TypeMethodDescriptionQualifiedObjectNameFormatter.format
(QualifiedName qualifiedName, Dialect dialect) Render a formatted non-table and non-sequence qualified name -
Uses of QualifiedName in org.hibernate.envers.enhanced
Methods in org.hibernate.envers.enhanced with parameters of type QualifiedNameModifier and TypeMethodDescriptionprotected DatabaseStructure
OrderedSequenceGenerator.buildSequenceStructure
(Type type, Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize) Constructors in org.hibernate.envers.enhanced with parameters of type QualifiedNameModifierConstructorDescriptionOrderedSequenceStructure
(JdbcEnvironment jdbcEnvironment, QualifiedName qualifiedSequenceName, int initialValue, int incrementSize, boolean noCache, Class<?> numberType) OrderedSequenceStructure
(JdbcEnvironment jdbcEnvironment, QualifiedName qualifiedSequenceName, int initialValue, int incrementSize, Class<?> numberType) -
Uses of QualifiedName in org.hibernate.id.enhanced
Fields in org.hibernate.id.enhanced declared as QualifiedNameMethods in org.hibernate.id.enhanced that return QualifiedNameModifier and TypeMethodDescriptionprotected QualifiedName
TableGenerator.determineGeneratorTableName
(Properties params, JdbcEnvironment jdbcEnvironment, ServiceRegistry serviceRegistry) Determine the table name to use for the generator values.ImplicitDatabaseObjectNamingStrategy.determineSequenceName
(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) Determine the implicit name for an identifier-generator sequenceLegacyNamingStrategy.determineSequenceName
(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) protected QualifiedName
SequenceStyleGenerator.determineSequenceName
(Properties params, JdbcEnvironment jdbcEnv, ServiceRegistry serviceRegistry) Determine the name of the sequence (or table if this resolves to a physical table) to use.SingleNamingStrategy.determineSequenceName
(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) StandardNamingStrategy.determineSequenceName
(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) ImplicitDatabaseObjectNamingStrategy.determineTableName
(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) Determine the implicit name for an identifier-generator tableLegacyNamingStrategy.determineTableName
(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) SingleNamingStrategy.determineTableName
(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) StandardNamingStrategy.determineTableName
(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) DatabaseStructure.getPhysicalName()
The physical name of the database structure (table or sequence).SequenceStructure.getPhysicalName()
TableStructure.getPhysicalName()
protected QualifiedName
SequenceStructure.getQualifiedName()
Methods in org.hibernate.id.enhanced with parameters of type QualifiedNameModifier and TypeMethodDescriptionprotected DatabaseStructure
SequenceStyleGenerator.buildDatabaseStructure
(Type type, Properties params, JdbcEnvironment jdbcEnvironment, boolean forceTableUse, QualifiedName sequenceName, int initialValue, int incrementSize) Build the database structure.protected DatabaseStructure
SequenceStyleGenerator.buildSequenceStructure
(Type type, Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize) protected DatabaseStructure
SequenceStyleGenerator.buildTableStructure
(Type type, Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize) Constructors in org.hibernate.id.enhanced with parameters of type QualifiedNameModifierConstructorDescriptionSequenceStructure
(String contributor, QualifiedName qualifiedSequenceName, int initialValue, int incrementSize, Class<?> numberType) SequenceStructure
(String contributor, QualifiedName qualifiedSequenceName, int initialValue, int incrementSize, String options, Class<?> numberType) TableStructure
(String contributor, QualifiedName qualifiedTableName, Identifier valueColumnNameIdentifier, int initialValue, int incrementSize, Class<?> numberType) TableStructure
(String contributor, QualifiedName qualifiedTableName, Identifier valueColumnNameIdentifier, int initialValue, int incrementSize, String options, Class<?> numberType) -
Uses of QualifiedName in org.hibernate.mapping
Methods in org.hibernate.mapping that return QualifiedNameMethods in org.hibernate.mapping with parameters of type QualifiedName -
Uses of QualifiedName in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type QualifiedNameModifier and TypeMethodDescriptionExplicitSqlStringGenerationContext.format
(QualifiedName qualifiedName)