Uses of Annotation Interface
org.hibernate.annotations.IdGeneratorType
Packages that use IdGeneratorType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
Overall, this module is responsible for taking
managed-resources and
building the
hibernate-models
model (ClassDetails, etc.)
to ultimately be bound into Hibernate's boot-time model.-
Uses of IdGeneratorType in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type IdGeneratorTypeModifier and TypeClassDescription@interface
Specifies that the value of the annotated property is generated by the database.@interface
Generator that picks a strategy based on the dialect.@interface
Identifies a field of an entity that holds a tenant id in discriminator-based multitenancy.@interface
Specifies that an entity identifier is generated as an IETF RFC 4122 UUID. -
Uses of IdGeneratorType in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type IdGeneratorTypeModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<IdGeneratorType,
IdGeneratorTypeAnnotation> HibernateAnnotations.ID_GENERATOR_TYPE
-
Uses of IdGeneratorType in org.hibernate.boot.models.annotations.internal
Constructors in org.hibernate.boot.models.annotations.internal with parameters of type IdGeneratorTypeModifierConstructorDescriptionIdGeneratorTypeAnnotation
(IdGeneratorType annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant