Package org.hibernate.test.tm

Defines a simplified JTA TransactionManager and transactional connection pool designed for use in test suite and simple usage scenarios.

See:
          Description

Class Summary
ConnectionProviderImpl A ConnectionProvider implementation adding JTA-style transactionality around the returned connections using the SimpleJtaTransactionManagerImpl.
SimpleJtaTransactionImpl SimpleJtaTransactionImpl implementation
SimpleJtaTransactionManagerImpl TransactionManager implementation specifically designed for use in test suite and simple usage scenarios.
TransactionManagerLookupImpl TransactionManagerLookupImpl implementation
 

Package org.hibernate.test.tm Description

Defines a simplified JTA TransactionManager and transactional connection pool designed for use in test suite and simple usage scenarios. For example, it is assumed that there is only ever a single transaction active at a given time. Also, the only 'resource' that the transaction tracks is a single JDBC connection.



Copyright © 2009 Hibernate.org. All Rights Reserved.