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 AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitArray(ArrayType t, Element element)AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitDeclared(DeclaredType declaredType, Element element)AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitExecutable(ExecutableType t, Element p)AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitPrimitive(PrimitiveType t, Element element)AnnotationMetaAttributeMetaAttributeGenerationVisitor. visitTypeVariable(TypeVariable t, Element element)
-