Interface DatabaseExecutionStrategy

    • Method Detail

      • execute

        <T> T execute​(SqlCallable<T> callable)
               throws SQLException
        Execute the given callable using the defined strategy.
        Type Parameters:
        T - The return type of the SQL callable.
        Parameters:
        callable - The SQL callable to execute.
        Returns:
        The object returned by the SQL callable.
        Throws:
        SQLException