| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
org.springframework.orm.jpa package.
See:
          Description
| Class Summary | |
|---|---|
| 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 PersistenceUnitandPersistenceContextannotations, for injection of
 the corresponding JPA resourcesEntityManagerFactoryandEntityManager. | 
| SharedEntityManagerBean | FactoryBeanthat exposes a shared JPAEntityManagerreference for a given EntityManagerFactory. | 
Classes supporting the org.springframework.orm.jpa package.
Contains a DAO base class for JpaTemplate usage.