Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-1911

BatchQuery refactoring - make Iterable

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0.M2
    • None
    • None

    Description

      Will restructure BatchQuery for more sane state tracking. As a result of this change instead of using "next()" and then "getXYZ", values can be read as this:

      for(BatchQueryRow r : query.getRows()) {

      }

      Which is arguably cleaner and will result in easier access to batch parameters.

      Attachments

        Activity

          People

            andrus Andrus Adamchik
            andrus Andrus Adamchik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: