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.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type GenericGeneratorModifier and TypeMethodDescriptionstatic void
GeneratorAnnotationHelper.handleGenericGenerator
(String generatorName, GenericGenerator generatorConfig, PersistentClass entityMapping, SimpleValue idValue, MetadataBuildingContext context) -
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,
GenericGeneratorAnnotation> HibernateAnnotations.GENERIC_GENERATOR
-
Uses of GenericGenerator in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return GenericGeneratorMethods in org.hibernate.boot.models.annotations.internal with parameters of type GenericGeneratorModifier and TypeMethodDescriptionvoid
GenericGeneratorsAnnotation.value
(GenericGenerator[] value) Constructors in org.hibernate.boot.models.annotations.internal with parameters of type GenericGeneratorModifierConstructorDescriptionGenericGeneratorAnnotation
(GenericGenerator annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
Uses of GenericGenerator in org.hibernate.boot.models.internal
Methods in org.hibernate.boot.models.internal with parameters of type GenericGeneratorModifier and TypeMethodDescriptionvoid
GlobalRegistrationsImpl.collectGenericGenerator
(GenericGenerator usage) -
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. -
Uses of GenericGenerator in org.hibernate.testing.orm.domain.gambit
Classes in org.hibernate.testing.orm.domain.gambit with annotations of type GenericGenerator