Interface EntityConnection.Transactional

Enclosing interface:
EntityConnection

public static interface EntityConnection.Transactional
Specifies an action to be executed within a transaction.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the given transactional.
  • Method Details

    • execute

      void execute() throws Exception
      Executes the given transactional.
      Throws:
      Exception - in case of an exception