public class JPAOverriddenAnnotationReader extends Object implements org.hibernate.annotations.common.reflection.AnnotationReader
| Constructor and Description | 
|---|
JPAOverriddenAnnotationReader(AnnotatedElement el,
                             XMLContext xmlContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<NamedEntityGraph> | 
buildNamedEntityGraph(org.dom4j.Element element,
                     XMLContext.Default defaults)  | 
static List | 
buildNamedQueries(org.dom4j.Element element,
                 boolean isNative,
                 XMLContext.Default defaults)  | 
static List<NamedStoredProcedureQuery> | 
buildNamedStoreProcedureQueries(org.dom4j.Element element,
                               XMLContext.Default defaults)  | 
static SequenceGenerator | 
buildSequenceGeneratorAnnotation(org.dom4j.Element element)  | 
static List<SqlResultSetMapping> | 
buildSqlResultsetMappings(org.dom4j.Element element,
                         XMLContext.Default defaults)  | 
static TableGenerator | 
buildTableGeneratorAnnotation(org.dom4j.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 org.hibernate.annotations.common.reflection.AnnotationReaderpublic <T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)
isAnnotationPresent in interface org.hibernate.annotations.common.reflection.AnnotationReaderpublic Annotation[] getAnnotations()
getAnnotations in interface org.hibernate.annotations.common.reflection.AnnotationReaderpublic static List<NamedEntityGraph> buildNamedEntityGraph(org.dom4j.Element element, XMLContext.Default defaults)
public static List<NamedStoredProcedureQuery> buildNamedStoreProcedureQueries(org.dom4j.Element element, XMLContext.Default defaults)
public static List<SqlResultSetMapping> buildSqlResultsetMappings(org.dom4j.Element element, XMLContext.Default defaults)
public static List buildNamedQueries(org.dom4j.Element element, boolean isNative, XMLContext.Default defaults)
public static TableGenerator buildTableGeneratorAnnotation(org.dom4j.Element element, XMLContext.Default defaults)
public static SequenceGenerator buildSequenceGeneratorAnnotation(org.dom4j.Element element)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.