Interface TransactionalCallback<R,T extends Transactional<T>,X extends Exception>
- Type Parameters:
R
- the result type producedT
- the SqlObject type to provideX
- exception thrown
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface TransactionalCallback<R,T extends Transactional<T>,X extends Exception>
Callback that expects an open transaction and produces a result.