Interface SessionOperation

interface SessionOperation {
    session(session): this;
}

Implemented by

Methods

Methods

  • Sets the session. Useful for transactions.

    Parameters

    Returns this