Callback interface for JPA code. To be used with {@link JpaTemplate}'s execution method, often as anonymous classes within a method implementation. A typical implementation will call EntityManager.find/merge to perform some operations on persistent objects.
@author Juergen Hoeller
@since 2.0
@see org.springframework.orm.jpa.JpaTemplate
@see org.springframework.orm.jpa.JpaTransactionManager
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.