Uses of Annotation Interface
org.hibernate.annotations.GenericGenerator
Packages that use GenericGenerator
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.-
Uses of GenericGenerator in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type GenericGeneratorModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor
<GenericGenerator, org.hibernate.boot.models.annotations.internal.GenericGeneratorAnnotation> HibernateAnnotations.GENERIC_GENERATOR
-
Uses of GenericGenerator in org.hibernate.boot.models.spi
Methods in org.hibernate.boot.models.spi that return GenericGeneratorModifier and TypeMethodDescriptionGenericGeneratorRegistration.configuration()
Returns the value of theconfiguration
record component.Constructors in org.hibernate.boot.models.spi with parameters of type GenericGeneratorModifierConstructorDescriptionGenericGeneratorRegistration
(String name, GenericGenerator configuration) Creates an instance of aGenericGeneratorRegistration
record class.