Interface PortalUtilInternal.ITransactionAware<T>

  • Type Parameters:
    T -
    Enclosing class:
    PortalUtilInternal
    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 static interface PortalUtilInternal.ITransactionAware<T>
    Piece of code that runs with a transaction.
    Since:
    9.0.0
    Version:
    $Revision: 24143 $ $Date: 2020-09-14 19:21:23 -0300 (Mon, 14 Sep 2020) $
    • Method Detail

      • exec

        T exec​(ITransaction transaction)
        throws Exception
        Executes a piece of code with a given transaction.
        Parameters:
        transaction - the transaction.
        Returns:
        the code result.
        Throws:
        Exception
        Since:
        9.0.0