Package | Description |
---|---|
org.hibernate.jpamodelgen.annotation |
Implementation of the model classes backed by annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationMetaCollection |
class |
AnnotationMetaMap |
class |
AnnotationMetaSingleAttribute |
Modifier and Type | Method and Description |
---|---|
AnnotationMetaAttribute |
MetaAttributeGenerationVisitor.visitArray(ArrayType t,
Element element) |
AnnotationMetaAttribute |
MetaAttributeGenerationVisitor.visitDeclared(DeclaredType declaredType,
Element element) |
AnnotationMetaAttribute |
MetaAttributeGenerationVisitor.visitExecutable(ExecutableType t,
Element p) |
AnnotationMetaAttribute |
MetaAttributeGenerationVisitor.visitPrimitive(PrimitiveType t,
Element element) |
AnnotationMetaAttribute |
MetaAttributeGenerationVisitor.visitTypeVariable(TypeVariable t,
Element element) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.