Uses of Interface
org.hibernate.id.uuid.UuidValueGenerator
-
Packages that use UuidValueGenerator Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.id.uuid Contains theUuidGenerator
. -
-
Uses of UuidValueGenerator in org.hibernate.annotations
Methods in org.hibernate.annotations that return types with arguments of type UuidValueGenerator Modifier and Type Method Description Class<? extends UuidValueGenerator>
algorithm()
Allows to provide a specific, generally custom, value generation implementation. -
Uses of UuidValueGenerator in org.hibernate.id.uuid
Classes in org.hibernate.id.uuid that implement UuidValueGenerator Modifier and Type Class Description class
CustomVersionOneStrategy
Applies a version 1 (time-based) generation strategy (using ip address rather than mac address) but applies them in a different layout.class
StandardRandomStrategy
Implements a "random" UUID generation strategy as defined by theUUID.randomUUID()
method.Methods in org.hibernate.id.uuid that return UuidValueGenerator Modifier and Type Method Description UuidValueGenerator
UuidGenerator. getValueGenerator()
-