Uses of Interface
org.hibernate.boot.model.relational.QualifiedName
-
Packages that use QualifiedName Package Description org.hibernate.boot.model.relational org.hibernate.engine.jdbc.env.spi org.hibernate.envers.enhanced org.hibernate.id org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration -
-
Uses of QualifiedName in org.hibernate.boot.model.relational
Classes in org.hibernate.boot.model.relational that implement QualifiedName Modifier and Type Class Description class
QualifiedNameImpl
static class
QualifiedNameParser.NameParts
class
QualifiedSequenceName
class
QualifiedTableName
static class
Sequence.Name
-
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 java.lang.String
QualifiedObjectNameFormatter. 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 DatabaseStructure
OrderedSequenceGenerator. buildSequenceStructure(Type type, java.util.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, java.lang.Class numberType)
-
Uses of QualifiedName in org.hibernate.id
Methods in org.hibernate.id that return QualifiedName Modifier and Type Method Description protected QualifiedName
MultipleHiLoPerTableGenerator. determineGeneratorTableName(java.util.Properties params, JdbcEnvironment jdbcEnvironment)
Deprecated. -
Uses of QualifiedName in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced that return QualifiedName Modifier and Type Method Description protected QualifiedName
TableGenerator. determineGeneratorTableName(java.util.Properties params, JdbcEnvironment jdbcEnvironment, ServiceRegistry serviceRegistry)
Determine the table name to use for the generator values.protected QualifiedName
SequenceStyleGenerator. determineSequenceName(java.util.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.protected QualifiedName
SequenceStructure. getQualifiedName()
Methods in org.hibernate.id.enhanced with parameters of type QualifiedName Modifier and Type Method Description protected DatabaseStructure
SequenceStyleGenerator. buildDatabaseStructure(Type type, java.util.Properties params, JdbcEnvironment jdbcEnvironment, boolean forceTableUse, QualifiedName sequenceName, int initialValue, int incrementSize)
Build the database structure.protected DatabaseStructure
SequenceStyleGenerator. buildSequenceStructure(Type type, java.util.Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)
protected DatabaseStructure
SequenceStyleGenerator. buildTableStructure(Type type, java.util.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, QualifiedName qualifiedSequenceName, int initialValue, int incrementSize, java.lang.Class numberType)
TableStructure(JdbcEnvironment jdbcEnvironment, QualifiedName qualifiedTableName, Identifier valueColumnNameIdentifier, int initialValue, int incrementSize, java.lang.Class numberType)
-