Uses of Interface
org.hibernate.id.UUIDGenerationStrategy
Packages that use UUIDGenerationStrategy
-
Uses of UUIDGenerationStrategy in org.hibernate.id.uuid
Classes in org.hibernate.id.uuid that implement UUIDGenerationStrategyModifier 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.