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 classAnnotationMetaCollectionclassAnnotationMetaMapclassAnnotationMetaSingleAttributeMethods in org.hibernate.processor.annotation that return AnnotationMetaAttribute Modifier and Type Method Description @Nullable AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitArray(ArrayType arrayType, Element element)@Nullable AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitDeclared(DeclaredType declaredType, Element element)@Nullable AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitExecutable(ExecutableType executable, Element element)@Nullable AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitPrimitive(PrimitiveType primitiveType, Element element)@Nullable AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitTypeVariable(TypeVariable typeVariable, Element element)
-