The Spring Framework

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

Packages that use JdoCallback
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) 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)
           
 Object JdoOperations.execute(JdoCallback action)
          Execute the action specified by the given action object within a PersistenceManager.
 Object JdoTemplate.execute(JdoCallback action, boolean exposeNativePersistenceManager)
          Execute the action specified by the given action object within a PersistenceManager.
 Collection JdoTemplate.executeFind(JdoCallback action)
           
 Collection JdoOperations.executeFind(JdoCallback action)
          Execute the specified action assuming that the result object is a Collection.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.