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 DataAnnotationMetaAttributeDataMetaAttributeGenerationVisitor.visitArray(ArrayType arrayType, Element element) @Nullable DataAnnotationMetaAttributeDataMetaAttributeGenerationVisitor.visitDeclared(DeclaredType declaredType, Element element) @Nullable DataAnnotationMetaAttributeDataMetaAttributeGenerationVisitor.visitExecutable(ExecutableType executable, Element element) @Nullable DataAnnotationMetaAttributeDataMetaAttributeGenerationVisitor.visitPrimitive(PrimitiveType primitiveType, Element element) @Nullable DataAnnotationMetaAttributeDataMetaAttributeGenerationVisitor.visitTypeVariable(TypeVariable typeVariable, Element element)