Uses of Annotation Interface
org.hibernate.annotations.UuidGenerator
Packages that use UuidGenerator
Package
Description
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.Contains the
UuidGenerator
.-
Uses of UuidGenerator in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type UuidGeneratorModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<UuidGenerator,
UuidGeneratorAnnotation> HibernateAnnotations.UUID_GENERATOR
-
Uses of UuidGenerator in org.hibernate.boot.models.annotations.internal
Constructors in org.hibernate.boot.models.annotations.internal with parameters of type UuidGeneratorModifierConstructorDescriptionUuidGeneratorAnnotation
(UuidGenerator annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
Uses of UuidGenerator in org.hibernate.id.uuid
Constructors in org.hibernate.id.uuid with parameters of type UuidGeneratorModifierConstructorDescriptionUuidGenerator
(UuidGenerator config, Member idMember) UuidGenerator
(UuidGenerator config, Member member, GeneratorCreationContext creationContext) UuidGenerator
(UuidGenerator config, org.hibernate.models.spi.MemberDetails memberDetails) This form is used when there is no@UuidGenerator
but we know we want this generator