public class UUIDHexGenerator extends AbstractUUIDGenerator implements Configurable
ENTITY_NAME, GENERATOR_NAME, JPA_ENTITY_NAME
Constructor and Description |
---|
UUIDHexGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(Type type,
Properties params,
ServiceRegistry serviceRegistry)
Configure this instance, given the value of parameters
specified by the user as <param> elements.
|
protected String |
format(int intValue) |
protected String |
format(short shortValue) |
Serializable |
generate(SharedSessionContractImplementor session,
Object obj)
Generate a new identifier.
|
getCount, getHiTime, getIP, getJVM, getLoTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsJdbcBatchInserts
public void configure(Type type, Properties params, ServiceRegistry serviceRegistry) throws MappingException
Configurable
configure
in interface Configurable
type
- The id property type descriptorparams
- param values, keyed by parameter nameserviceRegistry
- Access to service that may be needed.MappingException
public Serializable generate(SharedSessionContractImplementor session, Object obj)
IdentifierGenerator
generate
in interface IdentifierGenerator
session
- The session from which the request originatesobj
- the entity or collection (idbag) for which the id is being generatedprotected String format(int intValue)
protected String format(short shortValue)
Copyright © 2021 JBoss by Red Hat. All rights reserved.