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 TypeClassDescriptionclass
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass).class
Class used to collect meta information about an annotated package.class
Methods 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) NonManagedMetamodel
(TypeElement element, Context context, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMeta parent)