Package | Description |
---|---|
org.hibernate.envers.enhanced | |
org.hibernate.id.enhanced |
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified
configuration
|
Modifier and Type | Class and Description |
---|---|
class |
OrderedSequenceStructure
Describes a sequence that supports ordered sequences.
|
Modifier and Type | Method and Description |
---|---|
protected DatabaseStructure |
OrderedSequenceGenerator.buildSequenceStructure(Type type,
Properties params,
JdbcEnvironment jdbcEnvironment,
QualifiedName sequenceName,
int initialValue,
int incrementSize) |
Modifier and Type | Class and Description |
---|---|
class |
SequenceStructure
Describes a sequence.
|
class |
TableStructure
Describes a table used to mimic sequence behavior
|
Modifier and Type | Method and Description |
---|---|
protected 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) |
DatabaseStructure |
SequenceStyleGenerator.getDatabaseStructure()
Getter for property 'databaseStructure'.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.