The Spring Framework

Uses of Interface
org.springframework.orm.hibernate3.HibernateCallback

Packages that use HibernateCallback
org.springframework.orm.hibernate3 Package providing integration of Hibernate3 with Spring concepts. 
 

Uses of HibernateCallback in org.springframework.orm.hibernate3
 

Methods in org.springframework.orm.hibernate3 with parameters of type HibernateCallback
 Object HibernateTemplate.execute(HibernateCallback action)
           
 Object HibernateOperations.execute(HibernateCallback action)
          Execute the action specified by the given action object within a Session.
 Object HibernateTemplate.execute(HibernateCallback action, boolean exposeNativeSession)
          Execute the action specified by the given action object within a Session.
 List HibernateTemplate.executeFind(HibernateCallback action)
           
 List HibernateOperations.executeFind(HibernateCallback action)
          Execute the specified action assuming that the result object is a List.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.