The Spring Framework

Uses of Package
org.springframework.transaction

Packages that use org.springframework.transaction
org.springframework.jca.cci.connection Provides a utility class for easy ConnectionFactory access, a PlatformTransactionManager for local CCI transactions, and various simple ConnectionFactory proxies/adapters. 
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.jms.connection Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter. 
org.springframework.jms.listener This package contains the base message listener container facility. 
org.springframework.orm.hibernate Package providing integration of Hibernate 2.1 with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) with Spring concepts. 
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
org.springframework.orm.jpa.vendor Support classes for adapting to specific JPA vendors. 
org.springframework.orm.toplink Package providing integration of Oracle TopLink with Spring concepts. 
org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context. 
org.springframework.test Superclasses for tests requiring Spring application contexts, including support for transactional execution of test cases, with automatic rollback on completion. 
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.jca.cci.connection
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
TransactionException
          Superclass for all transaction exceptions.
 

Classes in org.springframework.transaction used by org.springframework.jdbc.datasource
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
SavepointManager
          Interface that specifies an API to programmatically manage transaction savepoints in a generic fashion.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
TransactionException
          Superclass for all transaction exceptions.
 

Classes in org.springframework.transaction used by org.springframework.jms.connection
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
 

Classes in org.springframework.transaction used by org.springframework.jms.listener
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
TransactionStatus
          Representation of the status of a transaction.
 

Classes in org.springframework.transaction used by org.springframework.orm.hibernate
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
 

Classes in org.springframework.transaction used by org.springframework.orm.jdo
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
TransactionException
          Superclass for all transaction exceptions.
 

Classes in org.springframework.transaction used by org.springframework.orm.jpa
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
TransactionException
          Superclass for all transaction exceptions.
 

Classes in org.springframework.transaction used by org.springframework.orm.jpa.vendor
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
TransactionException
          Superclass for all transaction exceptions.
 

Classes in org.springframework.transaction used by org.springframework.orm.toplink
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
 

Classes in org.springframework.transaction used by org.springframework.scheduling.quartz
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
 

Classes in org.springframework.transaction used by org.springframework.test
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
TransactionException
          Superclass for all transaction exceptions.
TransactionStatus
          Representation of the status of a transaction.
 

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.
SavepointManager
          Interface that specifies an API to programmatically manage transaction savepoints in a generic fashion.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
TransactionException
          Superclass for all transaction exceptions.
TransactionStatus
          Representation of the status of a transaction.
TransactionUsageException
          Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
 

Classes in org.springframework.transaction used by org.springframework.transaction.interceptor
NoTransactionException
          Exception thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.
PlatformTransactionManager
          This is the central interface in Spring's transaction infrastructure.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
TransactionStatus
          Representation of the status of a transaction.
 

Classes in org.springframework.transaction used by org.springframework.transaction.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 infrastructure.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
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 infrastructure.
SavepointManager
          Interface that specifies an API to programmatically manage transaction savepoints in a generic fashion.
TransactionDefinition
          Interface that defines Spring-compliant transaction properties.
TransactionException
          Superclass for all transaction exceptions.
TransactionStatus
          Representation of the status of a transaction.
TransactionTimedOutException
          Exception to be thrown when a transaction has timed out.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.