public class XMemberToAnnotatedElementAdaptor extends Object implements AnnotatedElement
| Constructor and Description |
|---|
XMemberToAnnotatedElementAdaptor(org.hibernate.annotations.common.reflection.XMember member) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
Annotation[] |
getDeclaredAnnotations() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
public XMemberToAnnotatedElementAdaptor(org.hibernate.annotations.common.reflection.XMember member)
public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
isAnnotationPresent in interface AnnotatedElementpublic <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in interface AnnotatedElementpublic Annotation[] getAnnotations()
getAnnotations in interface AnnotatedElementpublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElementCopyright © 2006–2014 Hibernate. All rights reserved.