Uses of Class
org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
-
Packages that use AnnotationMetaAttribute Package Description org.hibernate.jpamodelgen.annotation Implementation of the model classes backed by annotations. -
-
Uses of AnnotationMetaAttribute in org.hibernate.jpamodelgen.annotation
Subclasses of AnnotationMetaAttribute in org.hibernate.jpamodelgen.annotation Modifier and Type Class Description classAnnotationMetaCollectionclassAnnotationMetaMapclassAnnotationMetaSingleAttributeMethods in org.hibernate.jpamodelgen.annotation that return AnnotationMetaAttribute Modifier and Type Method Description @Nullable AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitArray(ArrayType t, Element element)@Nullable AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitDeclared(DeclaredType declaredType, Element element)@Nullable AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitExecutable(ExecutableType t, Element p)@Nullable AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitPrimitive(PrimitiveType t, Element element)@Nullable AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitTypeVariable(TypeVariable t, Element element)
-