package

org.springframework.orm.jpa.support

Classes supporting the org.springframework.orm.jpa package. Contains a DAO base class for JpaTemplate usage.

Classes

JpaDaoSupport Convenient super class for JPA data access objects. 
OpenEntityManagerInViewFilter Servlet 2.3 Filter that binds a JPA EntityManager to the thread for the entire processing of the request. 
OpenEntityManagerInViewInterceptor Spring web request interceptor that binds a JPA EntityManager to the thread for the entire processing of the request. 
PersistenceAnnotationBeanPostProcessor BeanPostProcessor that processes javax.persistence.PersistenceUnit and javax.persistence.PersistenceContext annotations, for injection of the corresponding JPA resources javax.persistence.EntityManagerFactory and javax.persistence.EntityManager. 
SharedEntityManagerBean FactoryBean that exposes a shared JPA javax.persistence.EntityManager reference for a given EntityManagerFactory.