Package | Description |
---|---|
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 |
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,
Dialect dialect,
boolean forceTableUse,
String sequenceName,
int initialValue,
int incrementSize)
Build the database structure.
|
DatabaseStructure |
SequenceStyleGenerator.getDatabaseStructure()
Getter for property 'databaseStructure'.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.