public class OrderedSequenceGenerator
extends org.hibernate.id.enhanced.SequenceStyleGenerator
USE_REVISION_ENTITY_WITH_NATIVE_ID
is false
in the
bootstrapping configuration properties.CONFIG_PREFER_SEQUENCE_PER_ENTITY, CONFIG_SEQUENCE_PER_ENTITY_SUFFIX, DEF_SEQUENCE_NAME, DEF_SEQUENCE_SUFFIX, 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 |
---|
OrderedSequenceGenerator() |
Modifier and Type | Method and Description |
---|---|
protected org.hibernate.id.enhanced.DatabaseStructure |
buildSequenceStructure(org.hibernate.type.Type type,
Properties params,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment,
org.hibernate.boot.model.relational.QualifiedName sequenceName,
int initialValue,
int incrementSize) |
buildDatabaseStructure, buildTableStructure, configure, determineAdjustedIncrementSize, determineBulkInsertionIdentifierGenerationSelectFragment, determineIncrementSize, determineInitialValue, determineOptimizationStrategy, determineSequenceName, determineValueColumnName, generate, generatorKey, getDatabaseStructure, getIdentifierType, getOptimizer, registerExportables, sqlCreateStrings, sqlDropStrings, supportsBulkInsertionIdentifierGeneration
protected org.hibernate.id.enhanced.DatabaseStructure buildSequenceStructure(org.hibernate.type.Type type, Properties params, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment, org.hibernate.boot.model.relational.QualifiedName sequenceName, int initialValue, int incrementSize)
buildSequenceStructure
in class org.hibernate.id.enhanced.SequenceStyleGenerator
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.