Uses of Class
org.springframework.transaction.support.AbstractPlatformTransactionManager

Packages that use AbstractPlatformTransactionManager
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.orm.hibernate Package providing integration of Hibernate with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
 

Uses of AbstractPlatformTransactionManager in org.springframework.jdbc.datasource
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.jdbc.datasource
 class DataSourceTransactionManager
          PlatformTransactionManager implementation for single JDBC data sources.
 

Uses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate
 class HibernateTransactionManager
          PlatformTransactionManager implementation for single Hibernate session factories.
 

Uses of AbstractPlatformTransactionManager in org.springframework.orm.jdo
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.jdo
 class JdoTransactionManager
          PlatformTransactionManager implementation for single JDO persistence manager factories.
 

Uses of AbstractPlatformTransactionManager in org.springframework.transaction.jta
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.transaction.jta
 class JtaTransactionManager
          PlatformTransactionManager implementation for JTA, i.e.
 



Copyright (C) 2003-2004 The Spring Framework Project.