SequenceGenerator@Deprecated public class SequenceHiLoGenerator extends SequenceGenerator
| Modifier and Type | Field and Description | 
|---|---|
static String | 
MAX_LO
Deprecated.  
  | 
PARAMETERS, SEQUENCECATALOG, IDENTIFIER_NORMALIZER, PK, SCHEMA, TABLE, TABLESENTITY_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, supportsBulkInsertionIdentifierGenerationpublic static final String MAX_LO
public void configure(Type type, Properties params, ServiceRegistry serviceRegistry) throws MappingException
Configurableconfigure in interface Configurableconfigure in class SequenceGeneratortype - The id property type descriptorparams - param values, keyed by parameter nameserviceRegistry - Access to service that may be needed.MappingExceptionpublic Serializable generate(SessionImplementor session, Object obj)
IdentifierGeneratorgenerate in interface IdentifierGeneratorgenerate in class SequenceGeneratorsession - 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.