SequenceGenerator
@Deprecated public class SequenceHiLoGenerator extends SequenceGenerator
Modifier and Type | Field and Description |
---|---|
static String |
MAX_LO
Deprecated.
|
PARAMETERS, SEQUENCE
CATALOG, IDENTIFIER_NORMALIZER, PK, SCHEMA, TABLE, TABLES
ENTITY_NAME, JPA_ENTITY_NAME
Constructor and Description |
---|
SequenceHiLoGenerator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
configure(Type type,
Properties params,
ServiceRegistry serviceRegistry)
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, determineBulkInsertionIdentifierGenerationSelectFragment, generateHolder, generatorKey, getIdentifierType, getSequenceName, registerExportables, sqlCreateStrings, sqlDropStrings, supportsBulkInsertionIdentifierGeneration
public static final String MAX_LO
public void configure(Type type, Properties params, ServiceRegistry serviceRegistry) throws MappingException
Configurable
configure
in interface Configurable
configure
in class SequenceGenerator
type
- The id property type descriptorparams
- param values, keyed by parameter nameserviceRegistry
- Access to service that may be needed.MappingException
public Serializable generate(SessionImplementor session, Object obj)
IdentifierGenerator
generate
in interface IdentifierGenerator
generate
in class SequenceGenerator
session
- The session from which the request originatesobj
- the entity or collection (idbag) for which the id is being generatedCopyright © 2017 JBoss by Red Hat. All rights reserved.