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 class
AnnotationMetaCollection
class
AnnotationMetaMap
class
AnnotationMetaSingleAttribute
Methods in org.hibernate.jpamodelgen.annotation that return AnnotationMetaAttribute Modifier and Type Method Description AnnotationMetaAttribute
MetaAttributeGenerationVisitor. visitArray(javax.lang.model.type.ArrayType t, javax.lang.model.element.Element element)
AnnotationMetaAttribute
MetaAttributeGenerationVisitor. visitDeclared(javax.lang.model.type.DeclaredType declaredType, javax.lang.model.element.Element element)
AnnotationMetaAttribute
MetaAttributeGenerationVisitor. visitExecutable(javax.lang.model.type.ExecutableType t, javax.lang.model.element.Element p)
AnnotationMetaAttribute
MetaAttributeGenerationVisitor. visitPrimitive(javax.lang.model.type.PrimitiveType t, javax.lang.model.element.Element element)
AnnotationMetaAttribute
MetaAttributeGenerationVisitor. visitTypeVariable(javax.lang.model.type.TypeVariable t, javax.lang.model.element.Element element)
-