Interface Connection.TransactionCallable<T>
- Enclosing interface:
- Connection
public static interface Connection.TransactionCallable<T>
Functional interface for the
Connection.runTransaction(TransactionCallable) method.-
Method Summary
Modifier and TypeMethodDescriptionrun(Connection transaction) This method is invoked with a fresh transaction on the connection.
-
Method Details
-
run
This method is invoked with a fresh transaction on the connection.
-