程序包 org.springframework.orm.jpa.support
Classes supporting the
org.springframework.orm.jpa package.类概要 类 说明 OpenEntityManagerInViewFilter Servlet 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 processesPersistenceUnitandPersistenceContextannotations, for injection of the corresponding JPA resourcesEntityManagerFactoryandEntityManager.SharedEntityManagerBean FactoryBeanthat exposes a shared JPAEntityManagerreference for a given EntityManagerFactory.