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 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)
-