站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Interface org.springframework.orm.ojb.PersistenceBrokerCallback (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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.