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 Type
    Method
    Description
    run(Connection transaction)
    This method is invoked with a fresh transaction on the connection.
  • Method Details

    • run

      T run(Connection transaction)
      This method is invoked with a fresh transaction on the connection.