Uses of Package
org.springframework.transaction

Packages that use org.springframework.transaction
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 Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system.  
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation.  
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
org.springframework.transaction.support Support classes for the org.springframework.transaction package.  
 

Classes in org.springframework.transaction used by org.springframework.jdbc.datasource
PlatformTransactionManager
          This is the central interface in Spring's transaction support.
TransactionDefinition
          Interface for classes that define transaction properties.
TransactionException
          Superclass for all transaction exceptions.
 

Classes in org.springframework.transaction used by org.springframework.orm.hibernate
PlatformTransactionManager
          This is the central interface in Spring's transaction support.
TransactionDefinition
          Interface for classes that define transaction properties.
 

Classes in org.springframework.transaction used by org.springframework.orm.jdo
PlatformTransactionManager
          This is the central interface in Spring's transaction support.
TransactionDefinition
          Interface for classes that define transaction properties.
 

Classes in org.springframework.transaction used by org.springframework.transaction
CannotCreateTransactionException
          Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
TransactionDefinition
          Interface for classes that define transaction properties.
TransactionException
          Superclass for all transaction exceptions.
TransactionStatus
          Representation of the status of a transaction, consisting of a transaction object and some status flags.
TransactionUsageException
          Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
 

Classes in org.springframework.transaction used by org.springframework.transaction.interceptor
PlatformTransactionManager
          This is the central interface in Spring's transaction support.
TransactionDefinition
          Interface for classes that define transaction properties.
TransactionStatus
          Representation of the status of a transaction, consisting of a transaction object and some status flags.
 

Classes in org.springframework.transaction used by org.springframework.transaction.jta
CannotCreateTransactionException
          Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
InvalidIsolationLevelException
          Exception that gets thrown when an invalid isolation level is specified, i.e. an isolation level that the transaction manager implementation doesn't support.
PlatformTransactionManager
          This is the central interface in Spring's transaction support.
TransactionDefinition
          Interface for classes that define transaction properties.
TransactionException
          Superclass for all transaction exceptions.
TransactionSystemException
          Exception thrown when a general transaction system error is encountered, like on commit or rollback.
 

Classes in org.springframework.transaction used by org.springframework.transaction.support
PlatformTransactionManager
          This is the central interface in Spring's transaction support.
TransactionDefinition
          Interface for classes that define transaction properties.
TransactionException
          Superclass for all transaction exceptions.
TransactionStatus
          Representation of the status of a transaction, consisting of a transaction object and some status flags.
 



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