Uses of Class
org.hibernate.processor.annotation.AnnotationMeta
Packages that use AnnotationMeta
Package
Description
Implementation of the model classes backed by annotations.
-
Uses of AnnotationMeta in org.hibernate.processor.annotation
Subclasses of AnnotationMeta in org.hibernate.processor.annotationModifier and TypeClassDescriptionclassClass used to collect meta information about an annotated type (entity, embeddable or mapped superclass).classClass used to collect meta information about an annotated package.classMethods in org.hibernate.processor.annotation that return AnnotationMetaConstructors in org.hibernate.processor.annotation with parameters of type AnnotationMetaModifierConstructorDescriptionAnnotationMetaEntity(TypeElement element, Context context, boolean managed, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMeta parent, @Nullable TypeElement primaryEntity) NonManagedMetamodel(TypeElement element, Context context, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMeta parent)