org.hibernate.cfg.annotations.reflection
public class JPAOverridenAnnotationReader extends java.lang.Object implements org.hibernate.annotations.common.reflection.AnnotationReader
Constructor and Description |
---|
JPAOverridenAnnotationReader(java.lang.reflect.AnnotatedElement el,
XMLContext xmlContext) |
Modifier and Type | Method and Description |
---|---|
static java.util.List |
buildNamedQueries(org.dom4j.Element element,
boolean isNative,
XMLContext.Default defaults) |
static javax.persistence.SequenceGenerator |
buildSequenceGeneratorAnnotation(org.dom4j.Element element) |
static java.util.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 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 JPAOverridenAnnotationReader(java.lang.reflect.AnnotatedElement el, XMLContext xmlContext)
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.SqlResultSetMapping> buildSqlResultsetMappings(org.dom4j.Element element, XMLContext.Default defaults)
public static java.util.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 © 2014. All Rights Reserved.