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