Class GUIDGenerator
java.lang.Object
org.hibernate.id.GUIDGenerator
- All Implemented Interfaces:
Serializable, ExportableProducer, BeforeExecutionGenerator, Generator, Configurable, IdentifierGenerator
Deprecated.
The legacy id generator named
guid.
Generates string values using the SQL Server NEWID() function.
- See Also:
-
Field Summary
Fields inherited from interface IdentifierGenerator
CONTRIBUTOR_NAME, ENTITY_NAME, GENERATOR_NAME, JPA_ENTITY_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(SharedSessionContractImplementor session, Object obj) Deprecated.Generate a new identifier.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BeforeExecutionGenerator
generatedOnExecutionMethods inherited from interface Configurable
configure, initializeMethods inherited from interface Generator
allowAssignedIdentifiers, allowMutation, generatedBeforeExecution, generatedOnExecution, generatesOnForceIncrement, generatesOnInsert, generatesOnUpdate, generatesSometimesMethods inherited from interface IdentifierGenerator
configure, generate, getEventTypes, registerExportables
-
Constructor Details
-
GUIDGenerator
public GUIDGenerator()Deprecated.
-
-
Method Details
UuidGenerator