| Name | Type | Package | Description | Detail |
| EntityManagerFactoryAccessor | Class | org.springframework. orm.jpa | Base class for any class that needs to access a JPA EntityManagerFactory,usually in order to obtain a JPA EntityManager. | Detail |
| HibernateJpaSessionFactoryBean | Class | org.springframework. orm.jpa.vendor | Simple FactoryBean that exposes the underlying SessionFactorybehind a Hibernate-backed JPA EntityManagerFactory. | Detail |
| OpenEntityManagerInViewInterceptor | Class | org.springframework. orm.jpa.support | Spring web request interceptor that binds a JPA EntityManager to thethread for the entire processing of the request. | Detail |
| SharedEntityManagerBean | Class | org.springframework. orm.jpa.support | FactoryBean that exposes a shared JPA EntityManagerreference for a given EntityManagerFactory. | Detail |