Interface that specifies a basic set of JPA operations,
implemented by
JpaTemplate . Not often used, but a useful
option to enhance testability, as it can easily be mocked or stubbed.
Defines JpaTemplate's data access methods that mirror
various
javax.persistence.EntityManager methods. Users are
strongly encouraged to read the JPA EntityManager
javadocs for details on the semantics of those methods.