See: Description
Class | Description |
---|---|
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
|
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 © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved