| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityManagerFactoryAccessor | |
|---|---|
| org.springframework.orm.jpa | Package providing integration of JPA (Java Persistence API) with Spring concepts. | 
| org.springframework.orm.jpa.support | Classes supporting the org.springframework.orm.jpapackage. | 
| Uses of EntityManagerFactoryAccessor in org.springframework.orm.jpa | 
|---|
| Subclasses of EntityManagerFactoryAccessor in org.springframework.orm.jpa | |
|---|---|
|  class | JpaAccessorBase class for JpaTemplate and JpaInterceptor, defining common properties such as EntityManagerFactory and flushing behavior. | 
|  class | JpaInterceptorThis interceptor binds a new JPA EntityManager to the thread before a method call, closing and removing it afterwards in case of any method outcome. | 
|  class | JpaTemplateHelper class that allows for writing JPA data access code in the same style as with Spring's well-known JdoTemplate and HibernateTemplate classes. | 
| Uses of EntityManagerFactoryAccessor in org.springframework.orm.jpa.support | 
|---|
| Subclasses of EntityManagerFactoryAccessor in org.springframework.orm.jpa.support | |
|---|---|
|  class | OpenEntityManagerInViewInterceptorSpring web request interceptor that binds a JPA EntityManager to the thread for the entire processing of the request. | 
|  class | SharedEntityManagerBeanFactoryBeanthat exposes a shared JPAEntityManagerreference for a given EntityManagerFactory. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||