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

Uses of Interface org.springframework.transaction.support.TransactionSynchronization (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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

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

Uses of TransactionSynchronization in org.springframework.transaction.support
 

Classes in org.springframework.transaction.support that implement TransactionSynchronization
 class TransactionSynchronizationAdapter
          Adapter for the TransactionSynchronization interface.
 

Methods in org.springframework.transaction.support with parameters of type TransactionSynchronization
static void TransactionSynchronizationManager.registerSynchronization(TransactionSynchronization synchronization)
          Register a new transaction synchronization for the current thread.
 



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