Uses of Annotation Interface
org.hibernate.annotations.NativeGenerator
Packages that use NativeGenerator
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 NativeGenerator in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type NativeGeneratorModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<NativeGenerator,
NativeGeneratorAnnotation> HibernateAnnotations.NATIVE_GENERATOR
-
Uses of NativeGenerator in org.hibernate.boot.models.annotations.internal
Constructors in org.hibernate.boot.models.annotations.internal with parameters of type NativeGeneratorModifierConstructorDescriptionNativeGeneratorAnnotation
(NativeGenerator annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
Uses of NativeGenerator in org.hibernate.id
Methods in org.hibernate.id with parameters of type NativeGeneratorModifier and TypeMethodDescriptionvoid
NativeGenerator.initialize
(NativeGenerator annotation, Member member, GeneratorCreationContext context)