Uses of Class
org.hibernate.annotations.IdGeneratorType
-
Packages that use IdGeneratorType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA. -
-
Uses of IdGeneratorType in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type IdGeneratorType Modifier and Type Class Description interface
Generated
Specifies that the value of the annotated property is generated by the database.interface
UuidGenerator
Specifies that an entity identifier is generated as an IETF RFC 4122 UUID.
-