Callback interface for Hibernate code. To be used with {@link HibernateTemplate}'s execution methods, often as anonymous classes within a method implementation. A typical implementation will call {@code Session.load/find/update} to performsome operations on persistent objects.
@author Juergen Hoeller
@since 4.0.1
@see HibernateTemplate
@see HibernateTransactionManager
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.