Package org.hibernate.cfg.annotations.reflection.internal
-
Class Summary Class Description JPAXMLOverriddenAnnotationReader Encapsulates the overriding of Java annotations from an EJB 3.0 descriptor (orm.xml, ...).JPAXMLOverriddenMetadataProvider MetadataProvider aware of the JPA Deployment descriptor (orm.xml, ...).PropertyMappingElementCollector Reproduces what we used to do with aList<Element>
inJPAXMLOverriddenAnnotationReader
, with the following constraints: Preserve type safety Only create lists if we actually have elements (most lists should be empty in most cases)XMLContext A helper for consuming orm.xml mappings.XMLContext.Default