SequenceStyleGenerator instead.@Deprecated public class TableHiLoGenerator extends TableGenerator
SequenceHiLoGenerator| Modifier and Type | Field and Description |
|---|---|
static String |
MAX_LO
Deprecated.
The max_lo parameter
|
COLUMN, DEFAULT_COLUMN_NAME, DEFAULT_TABLE_NAME, TABLECATALOG, IDENTIFIER_NORMALIZER, PK, SCHEMA, TABLESENTITY_NAME, JPA_ENTITY_NAME| Constructor and Description |
|---|
TableHiLoGenerator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Type type,
Properties params,
Dialect d)
Deprecated.
Configure this instance, given the value of parameters
specified by the user as <param> elements.
|
Serializable |
generate(SessionImplementor session,
Object obj)
Deprecated.
Generate a new identifier.
|
buildHolder, generateHolder, generatorKey, sqlCreateStrings, sqlDropStringspublic static final String MAX_LO
public void configure(Type type, Properties params, Dialect d)
Configurableconfigure in interface Configurableconfigure in class TableGeneratorparams - param values, keyed by parameter namepublic Serializable generate(SessionImplementor session, Object obj)
IdentifierGeneratorgenerate in interface IdentifierGeneratorgenerate in class TableGeneratorobj - the entity or toplevel collection for which the id is being generatedCopyright © 2018 JBoss by Red Hat. All rights reserved.