| org.springframework.orm.jpa.EntityManagerPlus
EntityManagerPlus | public interface EntityManagerPlus extends EntityManager,EntityManagerPlusOperations(Code) | | 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.
author: Rod Johnson since: 2.0 See Also: javax.persistence.EntityManager |
|
|