public class

JPAOverridenAnnotationReader

extends Object
java.lang.Object
   ↳ org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader

Class Overview

Encapsulates the overriding of Java annotations from an EJB 3.0 descriptor.

Summary

Public Constructors
JPAOverridenAnnotationReader(AnnotatedElement el, XMLContext xmlContext)
Public Methods
static List buildNamedQueries(Element element, boolean isNative, XMLContext.Default defaults)
static SequenceGenerator buildSequenceGeneratorAnnotation(Element element)
static List<SqlResultSetMapping> buildSqlResultsetMappings(Element element, XMLContext.Default defaults)
static TableGenerator buildTableGeneratorAnnotation(Element element, XMLContext.Default defaults)
<T extends Annotation> T getAnnotation(Class<T> annotationType)
Annotation[] getAnnotations()
<T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JPAOverridenAnnotationReader (AnnotatedElement el, XMLContext xmlContext)

Public Methods

public static List buildNamedQueries (Element element, boolean isNative, XMLContext.Default defaults)

public static SequenceGenerator buildSequenceGeneratorAnnotation (Element element)

public static List<SqlResultSetMapping> buildSqlResultsetMappings (Element element, XMLContext.Default defaults)

public static TableGenerator buildTableGeneratorAnnotation (Element element, XMLContext.Default defaults)

public T getAnnotation (Class<T> annotationType)

public Annotation[] getAnnotations ()

public boolean isAnnotationPresent (Class<T> annotationType)