Removed Classes and Interfaces |
EntityManagerFactoryPlus
|
Extension of the standard JPA EntityManagerFactory interface, linking in
Spring's EntityManagerFactoryPlusOperations interface which defines
additional operations (beyond JPA 1.0) in a vendor-independent fashion. |
EntityManagerFactoryPlusOperations
|
Interface that defines common operations beyond the standard
JPA EntityManagerFactory interface, in a vendor-independent fashion. |
EntityManagerPlus
|
Extension of the standard JPA EntityManager interface, linking in
Spring's EntityManagerPlusOperations interface which defines additional
operations (beyond JPA 1.0) in a vendor-independent fashion. |
EntityManagerPlusOperations
|
Interface that defines common operations beyond the standard
JPA EntityManager interface, in a vendor-independent fashion. |
JpaAccessor
|
Base class for JpaTemplate and JpaInterceptor, defining common
properties such as EntityManagerFactory and flushing behavior. |
JpaCallback
|
Callback interface for JPA code. |
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. |
JpaOperations
|
Interface that specifies a basic set of JPA operations,
implemented by JpaTemplate. |
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. |