Interface ThrowingTransactionCallback<T,X extends Exception>
-
public interface ThrowingTransactionCallback<T,X extends Exception>
Callback for a Transaction that supports throwing exceptions.- Since:
- 5.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
doInTransaction()
-