public class IDSequenceStyleGenerator
extends org.hibernate.id.enhanced.SequenceStyleGenerator
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_TARGET_TABLE |
static String |
DEF_SEQUENCE_SUFFIX |
CONFIG_PREFER_SEQUENCE_PER_ENTITY, CONFIG_SEQUENCE_PER_ENTITY_SUFFIX, DEF_SEQUENCE_NAME, DEF_VALUE_COLUMN, DEFAULT_INCREMENT_SIZE, DEFAULT_INITIAL_VALUE, FORCE_TBL_PARAM, INCREMENT_PARAM, INITIAL_PARAM, OPT_PARAM, SEQUENCE_PARAM, VALUE_COLUMN_PARAM
Constructor and Description |
---|
IDSequenceStyleGenerator() |
Modifier and Type | Method and Description |
---|---|
protected org.hibernate.boot.model.relational.QualifiedName |
determineSequenceName(Properties params,
org.hibernate.dialect.Dialect dialect,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv) |
buildDatabaseStructure, configure, determineAdjustedIncrementSize, determineBulkInsertionIdentifierGenerationSelectFragment, determineIncrementSize, determineInitialValue, determineOptimizationStrategy, determineValueColumnName, generate, generatorKey, getDatabaseStructure, getIdentifierType, getOptimizer, registerExportables, sqlCreateStrings, sqlDropStrings, supportsBulkInsertionIdentifierGeneration
public static final String CONFIG_TARGET_TABLE
public static final String DEF_SEQUENCE_SUFFIX
protected org.hibernate.boot.model.relational.QualifiedName determineSequenceName(Properties params, org.hibernate.dialect.Dialect dialect, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
determineSequenceName
in class org.hibernate.id.enhanced.SequenceStyleGenerator
Copyright © 2018. All rights reserved.