Package com.zfabrik.tx
package com.zfabrik.tx
-
ClassDescriptionThis class provides utilities around transaction management with Z2's built-in JTA implementation for easier transaction demarcation.public wrapper of UT implementation
-
ExceptionDescriptionThe 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)
.