Interface Stage.Transaction

  • Enclosing interface:
    Stage

    public static interface Stage.Transaction
    Allows code within Stage.Session.withTransaction(Function) to mark a transaction for rollback. A transaction marked for rollback will never be committed.
    • Method Detail

      • markForRollback

        void markForRollback()
        Mark the current transaction for rollback.
      • isMarkedForRollback

        boolean isMarkedForRollback()
        Is the current transaction marked for rollback.