Uses of Interface
org.hibernate.id.uuid.UuidValueGenerator
Packages that use UuidValueGenerator
-
Uses of UuidValueGenerator in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return types with arguments of type UuidValueGeneratorModifier and TypeMethodDescriptionClass<? extends UuidValueGenerator>
UuidGeneratorAnnotation.algorithm()
-
Uses of UuidValueGenerator in org.hibernate.id.uuid
Classes in org.hibernate.id.uuid that implement UuidValueGeneratorModifier and TypeClassDescriptionclass
Applies a version 1 (time-based) generation strategy (using ip address rather than mac address) but applies them in a different layout.class
Implements a "random" UUID generation strategy as defined by theUUID.randomUUID()
method.class
Implements UUID Version 6 generation strategy as defined by the RFC 9562.class
Implements UUID Version 7 generation strategy as defined by the RFC 9562.Methods in org.hibernate.id.uuid that return UuidValueGenerator