public class JPAOverriddenAnnotationReader extends Object implements AnnotationReader
| Constructor and Description |
|---|
JPAOverriddenAnnotationReader(AnnotatedElement el,
XMLContext xmlContext) |
| Modifier and Type | Method and Description |
|---|---|
static List |
buildNamedQueries(Element element,
boolean isNative,
XMLContext.Default defaults) |
static SequenceGenerator |
buildSequenceGeneratorAnnotation(Element element) |
static List<SqlResultSetMapping> |
buildSqlResultsetMappings(Element element,
XMLContext.Default defaults) |
static TableGenerator |
buildTableGeneratorAnnotation(Element element,
XMLContext.Default defaults) |
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Annotation[] |
getAnnotations() |
<T extends Annotation> |
isAnnotationPresent(Class<T> annotationType) |
public JPAOverriddenAnnotationReader(AnnotatedElement el, XMLContext xmlContext)
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation in interface AnnotationReaderpublic <T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)
isAnnotationPresent in interface AnnotationReaderpublic Annotation[] getAnnotations()
getAnnotations in interface AnnotationReaderpublic static List<SqlResultSetMapping> buildSqlResultsetMappings(Element element, XMLContext.Default defaults)
public static List buildNamedQueries(Element element, boolean isNative, XMLContext.Default defaults)
public static TableGenerator buildTableGeneratorAnnotation(Element element, XMLContext.Default defaults)
public static SequenceGenerator buildSequenceGeneratorAnnotation(Element element)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.