|
The Spring Framework | |||||||||
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.jpa package. |
Uses of EntityManagerFactoryAccessor in org.springframework.orm.jpa |
---|
Subclasses of EntityManagerFactoryAccessor in org.springframework.orm.jpa | |
---|---|
class |
JpaAccessor
Base class for JpaTemplate and JpaInterceptor, defining common properties such as EntityManagerFactory and flushing behavior. |
class |
JpaInterceptor
This 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 |
JpaTemplate
Helper 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 |
OpenEntityManagerInViewInterceptor
Spring web request interceptor that binds a JPA EntityManager to the thread for the entire processing of the request. |
class |
SharedEntityManagerBean
FactoryBeans that exposes a shared JPA EntityManager reference for a given EntityManagerFactory. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |