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