类 JPAOverriddenAnnotationReader

  • 所有已实现的接口:
    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.
    作者:
    Paolo Perrotta, Davide Marchignoli, Emmanuel Bernard, Hardy Ferentschik
    • 方法详细资料

      • getAnnotation

        public <T extends Annotation> T getAnnotation​(Class<T> annotationType)
        指定者:
        getAnnotation 在接口中 org.hibernate.annotations.common.reflection.AnnotationReader
      • isAnnotationPresent

        public <T extends Annotation> boolean isAnnotationPresent​(Class<T> annotationType)
        指定者:
        isAnnotationPresent 在接口中 org.hibernate.annotations.common.reflection.AnnotationReader
      • getAnnotations

        public Annotation[] getAnnotations()
        指定者:
        getAnnotations 在接口中 org.hibernate.annotations.common.reflection.AnnotationReader
      • buildNamedEntityGraph

        public static List<javax.persistence.NamedEntityGraph> buildNamedEntityGraph​(org.dom4j.Element element,
                                                                                     XMLContext.Default defaults,
                                                                                     ClassLoaderAccess classLoaderAccess)
      • buildNamedStoreProcedureQueries

        public static List<javax.persistence.NamedStoredProcedureQuery> buildNamedStoreProcedureQueries​(org.dom4j.Element element,
                                                                                                        XMLContext.Default defaults,
                                                                                                        ClassLoaderAccess classLoaderAccess)
      • buildSqlResultsetMappings

        public static List<javax.persistence.SqlResultSetMapping> buildSqlResultsetMappings​(org.dom4j.Element element,
                                                                                            XMLContext.Default defaults,
                                                                                            ClassLoaderAccess classLoaderAccess)
      • buildTableGeneratorAnnotation

        public static javax.persistence.TableGenerator buildTableGeneratorAnnotation​(org.dom4j.Element element,
                                                                                     XMLContext.Default defaults)
      • buildSequenceGeneratorAnnotation

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