Uses of Class
org.hibernate.processor.annotation.DataAnnotationMetaAttribute
-
Packages that use DataAnnotationMetaAttribute Package Description org.hibernate.processor.annotation Implementation of the model classes backed by annotations. -
-
Uses of DataAnnotationMetaAttribute in org.hibernate.processor.annotation
Methods in org.hibernate.processor.annotation that return DataAnnotationMetaAttribute Modifier and Type Method Description @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)
-