public class UUIDHexGenerator extends AbstractUUIDGenerator implements Configurable
ENTITY_NAME, JPA_ENTITY_NAME| Constructor and Description |
|---|
UUIDHexGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Type type,
java.util.Properties params,
ServiceRegistry serviceRegistry)
Configure this instance, given the value of parameters
specified by the user as <param> elements.
|
protected java.lang.String |
format(int intValue) |
protected java.lang.String |
format(short shortValue) |
java.io.Serializable |
generate(SharedSessionContractImplementor session,
java.lang.Object obj)
Generate a new identifier.
|
public void configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry) throws MappingException
Configurableconfigure in interface Configurabletype - The id property type descriptorparams - param values, keyed by parameter nameserviceRegistry - Access to service that may be needed.MappingExceptionpublic java.io.Serializable generate(SharedSessionContractImplementor session, java.lang.Object obj)
IdentifierGeneratorgenerate in interface IdentifierGeneratorsession - The session from which the request originatesobj - the entity or collection (idbag) for which the id is being generatedprotected java.lang.String format(int intValue)
protected java.lang.String format(short shortValue)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.