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

Uses of Interface org.springframework.transaction.support.TransactionCallback (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.transaction.support.TransactionCallback

Packages that use TransactionCallback
org.springframework.transaction.support Support classes for the org.springframework.transaction package. 
 

Uses of TransactionCallback in org.springframework.transaction.support
 

Classes in org.springframework.transaction.support that implement TransactionCallback
 class TransactionCallbackWithoutResult
          Simple convenience class for TransactionCallback implementation.
 

Methods in org.springframework.transaction.support with parameters of type TransactionCallback
 Object TransactionOperations.execute(TransactionCallback action)
          Execute the action specified by the given callback object within a transaction.
 Object TransactionTemplate.execute(TransactionCallback action)
           
 Object CallbackPreferringPlatformTransactionManager.execute(TransactionDefinition definition, TransactionCallback callback)
          Execute the action specified by the given callback object within a transaction.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.