JPA specific configuration extension parsing custom attributes from the XML namespace and {@link EnableJpaRepositories} annotation. Also, it registers bean definitions for a{@link PersistenceAnnotationBeanPostProcessor} (to trigger injection into {@link PersistenceContext}/ {@link PersistenceUnit} annotated properties and methods) as well as{@link PersistenceExceptionTranslationPostProcessor} to enable exception translation of persistence specificexceptions into Spring's {@link DataAccessException} hierarchy.
@author Oliver Gierke
@author Eberhard Wolff
@author Gil Markham
@author Thomas Darimont
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.