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
protected  Object HibernateTemplate.doExecute(HibernateCallback action, boolean enforceNewSession, boolean enforceNativeSession)
          Execute the action specified by the given action object within a Session.
 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 enforceNativeSession)
          Deprecated. as of Spring 2.5, in favor of HibernateTemplate.executeWithNativeSession(org.springframework.orm.hibernate3.HibernateCallback)
 List HibernateTemplate.executeFind(HibernateCallback action)
           
 List HibernateOperations.executeFind(HibernateCallback action)
          Execute the specified action assuming that the result object is a List.
 Object HibernateTemplate.executeWithNativeSession(HibernateCallback action)
          Execute the action specified by the given action object within a native Session.
 Object HibernateTemplate.executeWithNewSession(HibernateCallback action)
          Execute the action specified by the given action object within a new Session.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.