Uses of Class
org.hibernate.processor.annotation.AnnotationMetaAttribute
-
Packages that use AnnotationMetaAttribute Package Description org.hibernate.processor.annotation Implementation of the model classes backed by annotations. -
-
Uses of AnnotationMetaAttribute in org.hibernate.processor.annotation
Subclasses of AnnotationMetaAttribute in org.hibernate.processor.annotation Modifier and Type Class Description class
AnnotationMetaCollection
class
AnnotationMetaMap
class
AnnotationMetaSingleAttribute
Methods in org.hibernate.processor.annotation that return AnnotationMetaAttribute Modifier and Type Method Description @Nullable AnnotationMetaAttribute
MetaAttributeGenerationVisitor. visitArray(ArrayType arrayType, Element element)
@Nullable AnnotationMetaAttribute
MetaAttributeGenerationVisitor. visitDeclared(DeclaredType declaredType, Element element)
@Nullable AnnotationMetaAttribute
MetaAttributeGenerationVisitor. visitExecutable(ExecutableType executable, Element element)
@Nullable AnnotationMetaAttribute
MetaAttributeGenerationVisitor. visitPrimitive(PrimitiveType primitiveType, Element element)
@Nullable AnnotationMetaAttribute
MetaAttributeGenerationVisitor. visitTypeVariable(TypeVariable typeVariable, Element element)
-