Uses of Interface
org.hibernate.boot.model.relational.QualifiedName
-
Packages that use QualifiedName Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.boot.model.relational.internal org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.envers.enhanced org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of QualifiedName in org.hibernate.boot.model.relational
Classes in org.hibernate.boot.model.relational that implement QualifiedName Modifier and Type Class Description classQualifiedNameImplstatic classQualifiedNameParser.NamePartsclassQualifiedSequenceNameclassQualifiedTableNameclassQualifiedTypeNamestatic classSequence.NameMethods in org.hibernate.boot.model.relational with parameters of type QualifiedName Modifier and Type Method Description StringSqlStringGenerationContext. format(QualifiedName qualifiedName)Render a formatted non-table and non-sequence qualified name -
Uses of QualifiedName in org.hibernate.boot.model.relational.internal
Methods in org.hibernate.boot.model.relational.internal with parameters of type QualifiedName Modifier and Type Method Description StringSqlStringGenerationContextImpl. 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 QualifiedName Modifier and Type Method Description StringQualifiedObjectNameFormatterStandardImpl. 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 QualifiedName Modifier and Type Method Description StringQualifiedObjectNameFormatter. 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 QualifiedName Modifier and Type Method Description protected DatabaseStructureOrderedSequenceGenerator. buildSequenceStructure(Type type, Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)Constructors in org.hibernate.envers.enhanced with parameters of type QualifiedName Constructor Description OrderedSequenceStructure(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 QualifiedName Modifier and Type Field Description protected QualifiedNameSequenceStructure. physicalSequenceNameMethods in org.hibernate.id.enhanced that return QualifiedName Modifier and Type Method Description protected QualifiedNameTableGenerator. determineGeneratorTableName(Properties params, JdbcEnvironment jdbcEnvironment, ServiceRegistry serviceRegistry)Determine the table name to use for the generator values.QualifiedNameImplicitDatabaseObjectNamingStrategy. determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)Determine the implicit name for an identifier-generator sequenceQualifiedNameLegacyNamingStrategy. determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)protected QualifiedNameSequenceStyleGenerator. determineSequenceName(Properties params, Dialect dialect, JdbcEnvironment jdbcEnv, ServiceRegistry serviceRegistry)Determine the name of the sequence (or table if this resolves to a physical table) to use.QualifiedNameSingleNamingStrategy. determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)QualifiedNameStandardNamingStrategy. determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)QualifiedNameImplicitDatabaseObjectNamingStrategy. determineTableName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)Determine the implicit name for an identifier-generator tableQualifiedNameLegacyNamingStrategy. determineTableName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)QualifiedNameSingleNamingStrategy. determineTableName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)QualifiedNameStandardNamingStrategy. determineTableName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)QualifiedNameDatabaseStructure. getPhysicalName()The physical name of the database structure (table or sequence).QualifiedNameSequenceStructure. getPhysicalName()QualifiedNameTableStructure. getPhysicalName()protected QualifiedNameSequenceStructure. getQualifiedName()Methods in org.hibernate.id.enhanced with parameters of type QualifiedName Modifier and Type Method Description protected DatabaseStructureSequenceStyleGenerator. buildDatabaseStructure(Type type, Properties params, JdbcEnvironment jdbcEnvironment, boolean forceTableUse, QualifiedName sequenceName, int initialValue, int incrementSize)Build the database structure.protected DatabaseStructureSequenceStyleGenerator. buildSequenceStructure(Type type, Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)protected DatabaseStructureSequenceStyleGenerator. buildTableStructure(Type type, Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)Constructors in org.hibernate.id.enhanced with parameters of type QualifiedName Constructor Description SequenceStructure(JdbcEnvironment jdbcEnvironment, String contributor, QualifiedName qualifiedSequenceName, int initialValue, int incrementSize, Class numberType)TableStructure(JdbcEnvironment jdbcEnvironment, String contributor, QualifiedName qualifiedTableName, Identifier valueColumnNameIdentifier, int initialValue, int incrementSize, Class numberType) -
Uses of QualifiedName in org.hibernate.mapping
Methods in org.hibernate.mapping that return QualifiedName Modifier and Type Method Description QualifiedNameComponent. getStructName()Methods in org.hibernate.mapping with parameters of type QualifiedName Modifier and Type Method Description voidComponent. setStructName(QualifiedName structName)
-