Interface EntityConnection.TransactionalResult<T>

Type Parameters:
T - the result type
Enclosing interface:
EntityConnection

public static interface EntityConnection.TransactionalResult<T>
Specifies an action to be executed within a transaction producing a result.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • execute

      T execute() throws Exception
      Returns:
      the result
      Throws:
      Exception - in case of an exception