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

Packages that use HibernateCallback
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts.  
 

Uses of HibernateCallback in org.springframework.orm.hibernate
 

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



Copyright (C) 2003-2004 The Spring Framework Project.