Interface ITransaction

    • Method Detail

      • getByConnectionId

        ITransaction getByConnectionId​(String id)
                                throws DaoException
        Description copied from interface: ITransaction
        Returns an ITransaction that represents the same transaction but that returns the connection with the given id as default. How the id represents the connection is defined by the concrete class that implements this interface.
        Specified by:
        getByConnectionId in interface ITransaction
        Parameters:
        id - the connection id.
        Returns:
        the ITransaction object.
        Throws:
        DaoException