public interface

EntityManagerPlus

implements EntityManagerPlusOperations
org.springframework.orm.jpa.EntityManagerPlus

Class Overview

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.

See Also
  • javax.persistence.EntityManager