org.springframework.orm.jpa
Interface EntityManagerPlus

All Superinterfaces:
EntityManagerPlusOperations

public interface EntityManagerPlus
extends EntityManagerPlusOperations

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.

Since:
2.0
Author:
Rod Johnson
See Also:
javax.persistence.EntityManager