Package org.springframework.orm.jpa.support
@NonNullApi
@NonNullFields
package org.springframework.orm.jpa.support
Classes supporting the
org.springframework.orm.jpa
package.-
ClassDescriptionServlet Filter that binds a JPA EntityManager to the thread for the entire processing of the request.Spring web request interceptor that binds a JPA EntityManager to the thread for the entire processing of the request.BeanPostProcessor that processes
PersistenceUnit
andPersistenceContext
annotations, for injection of the corresponding JPA resourcesEntityManagerFactory
andEntityManager
.FactoryBean
that exposes a shared JPAEntityManager
reference for a given EntityManagerFactory.