Interface TransactionalCallback<R,T extends Transactional<T>,X extends Exception>
-
- Type Parameters:
R- the result type producedT- the SqlObject type to provideX- exception thrown
public interface TransactionalCallback<R,T extends Transactional<T>,X extends Exception>Callback that expects an open transaction and produces a result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RinTransaction(T transactional)Execute in a transaction.
-