Interface ITransactionProvider
-
- All Known Implementing Classes:
DatabaseSupport
,SimpleTransactionProvider
public interface ITransactionProvider
Abstraction of the service providing access to instances ofITransaction
which themselves are used to hide the underlying transaction implementation. This makes it easier to code for JEE and non-JEE environments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITransaction
getTransaction()
Obtain the transaction to use on this thread
-
-
-
Method Detail
-
getTransaction
ITransaction getTransaction()
Obtain the transaction to use on this thread- Returns:
-
-