Uses of Class
org.hibernate.processor.annotation.DataAnnotationMetaAttribute
Packages that use DataAnnotationMetaAttribute
Package
Description
Implementation of the model classes backed by annotations.
-
Uses of DataAnnotationMetaAttribute in org.hibernate.processor.annotation
Methods in org.hibernate.processor.annotation that return DataAnnotationMetaAttributeModifier and TypeMethodDescription@Nullable DataAnnotationMetaAttribute
DataMetaAttributeGenerationVisitor.visitArray
(ArrayType arrayType, Element element) @Nullable DataAnnotationMetaAttribute
DataMetaAttributeGenerationVisitor.visitDeclared
(DeclaredType declaredType, Element element) @Nullable DataAnnotationMetaAttribute
DataMetaAttributeGenerationVisitor.visitExecutable
(ExecutableType executable, Element element) @Nullable DataAnnotationMetaAttribute
DataMetaAttributeGenerationVisitor.visitPrimitive
(PrimitiveType primitiveType, Element element) @Nullable DataAnnotationMetaAttribute
DataMetaAttributeGenerationVisitor.visitTypeVariable
(TypeVariable typeVariable, Element element)