The Spring Framework

Package org.springframework.orm.jpa.support

Classes supporting the 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 HandlerInterceptor that binds a JPA EntityManager to the thread for the entire processing of the request.
PersistenceAnnotationBeanPostProcessor BeanPostProcessor that processes PersistenceUnit and PersistenceContext annotations for injection of JPA interfaces.
SharedEntityManagerBean FactoryBeans that exposes a shared JPA EntityManager reference for a given EntityManagerFactory.
 

Package org.springframework.orm.jpa.support Description

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


The Spring Framework

Copyright © 2002-2006 The Spring Framework.