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