Class JPAOverriddenAnnotationReader

  • All Implemented Interfaces:
    org.hibernate.annotations.common.reflection.AnnotationReader

    public class JPAOverriddenAnnotationReader
    extends Object
    implements org.hibernate.annotations.common.reflection.AnnotationReader
    Encapsulates the overriding of Java annotations from an EJB 3.0 descriptor.
    • Method Detail

      • getAnnotation

        public <T extends Annotation> T getAnnotation​(Class<T> annotationType)
        Specified by:
        getAnnotation in interface org.hibernate.annotations.common.reflection.AnnotationReader
      • isAnnotationPresent

        public <T extends Annotation> boolean isAnnotationPresent​(Class<T> annotationType)
        Specified by:
        isAnnotationPresent in interface org.hibernate.annotations.common.reflection.AnnotationReader
      • getAnnotations

        public Annotation[] getAnnotations()
        Specified by:
        getAnnotations in interface org.hibernate.annotations.common.reflection.AnnotationReader
      • buildSequenceGeneratorAnnotation

        public static SequenceGenerator buildSequenceGeneratorAnnotation​(org.dom4j.Element element)