public class JPAOverridenAnnotationReader extends Object implements org.hibernate.annotations.common.reflection.AnnotationReader
Constructor and Description |
---|
JPAOverridenAnnotationReader(AnnotatedElement el,
XMLContext xmlContext) |
Modifier and Type | Method and Description |
---|---|
static List |
buildNamedQueries(org.dom4j.Element element,
boolean isNative,
XMLContext.Default defaults) |
static javax.persistence.SequenceGenerator |
buildSequenceGeneratorAnnotation(org.dom4j.Element element) |
static List<javax.persistence.SqlResultSetMapping> |
buildSqlResultsetMappings(org.dom4j.Element element,
XMLContext.Default defaults) |
static javax.persistence.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 JPAOverridenAnnotationReader(AnnotatedElement el, XMLContext xmlContext)
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<javax.persistence.SqlResultSetMapping> buildSqlResultsetMappings(org.dom4j.Element element, XMLContext.Default defaults)
public static List buildNamedQueries(org.dom4j.Element element, boolean isNative, XMLContext.Default defaults)
public static javax.persistence.TableGenerator buildTableGeneratorAnnotation(org.dom4j.Element element, XMLContext.Default defaults)
public static javax.persistence.SequenceGenerator buildSequenceGeneratorAnnotation(org.dom4j.Element element)
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved