Uses of Interface
org.springframework.orm.ojb.PersistenceBrokerCallback

Packages that use PersistenceBrokerCallback
org.springframework.orm.ojb Package providing integration of Apache OJB with Spring concepts. 
 

Uses of PersistenceBrokerCallback in org.springframework.orm.ojb
 

Methods in org.springframework.orm.ojb with parameters of type PersistenceBrokerCallback
 Object PersistenceBrokerTemplate.execute(PersistenceBrokerCallback action)
           
 Object PersistenceBrokerOperations.execute(PersistenceBrokerCallback action)
          Execute the action specified by the given action object within a PersistenceBroker.
 Collection PersistenceBrokerTemplate.executeFind(PersistenceBrokerCallback action)
           
 Collection PersistenceBrokerOperations.executeFind(PersistenceBrokerCallback action)
          Execute the specified action assuming that the result object is a Collection.
 



Copyright (c) 2002-2007 The Spring Framework Project.