Uses of Interface
org.springframework.orm.jdo.JdoCallback

Packages that use JdoCallback
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts.  
 

Uses of JdoCallback in org.springframework.orm.jdo
 

Methods in org.springframework.orm.jdo with parameters of type JdoCallback
 Object JdoTemplate.execute(JdoCallback action)
           
 Collection JdoTemplate.executeFind(JdoCallback action)
           
 Object JdoTemplate.execute(JdoCallback action, boolean exposeNativePersistenceManager)
          Execute the action specified by the given action object within a PersistenceManager.
 Object JdoOperations.execute(JdoCallback action)
          Execute the action specified by the given action object within a PersistenceManager.
 Collection JdoOperations.executeFind(JdoCallback action)
          Execute the specified action assuming that the result object is a Collection.
 



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