All Classes

Class
Description
This class provides utilities around transaction management with Z2's built-in JTA implementation for easier transaction demarcation.
The TransactionUtilException is used to wrap system style exceptions possibly occurring when invoking transaction management methods, but normally not of interest to application, when invoking TransactionUtil.get(UserTransaction, ThrowingSupplier), TransactionUtil.run(UserTransaction, Callable), TransactionUtil.run(UserTransaction, ThrowingRunnable).
public wrapper of UT implementation