Uses of Package
org.hibernate.id.uuid
-
Packages that use org.hibernate.id.uuid 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
. -
Classes in org.hibernate.id.uuid used by org.hibernate.annotations Class Description UuidValueGenerator Represents a specific algorithm for producing UUID values. -
Classes in org.hibernate.id.uuid used by org.hibernate.id.uuid Class Description StandardRandomStrategy Implements a "random" UUID generation strategy as defined by theUUID.randomUUID()
method.UuidValueGenerator Represents a specific algorithm for producing UUID values.