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