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.This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.-
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.id
Classes in org.hibernate.id that implement interfaces with type arguments of type GenericGeneratorMethods in org.hibernate.id with parameters of type GenericGeneratorModifier and TypeMethodDescriptionvoidGenericGeneratorGeneration.initialize(GenericGenerator annotation, GeneratorCreationContext context)