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

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

The Spring Framework

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

Packages that use SmartTransactionObject
org.springframework.jdbc.datasource Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
 

Uses of SmartTransactionObject in org.springframework.jdbc.datasource
 

Classes in org.springframework.jdbc.datasource that implement SmartTransactionObject
 class JdbcTransactionObjectSupport
          Convenient base class for JDBC-aware transaction objects.
 

Uses of SmartTransactionObject in org.springframework.transaction.jta
 

Classes in org.springframework.transaction.jta that implement SmartTransactionObject
 class JtaTransactionObject
          JTA transaction object, representing a UserTransaction.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.