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

Support multiple IDs in the SelectById query

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.2.M1
    • Core Library
    • None

    Description

      The current version of SelectById can use only a single id. It could be useful to add support for multiple IDs in its API:

      List<Artist> artists = SelectById.query(Artist.class, 1, 2, 3)
      				.select(context);
      

       

      Attachments

        Activity

          People

            ntimofeev Nikita Timofeev
            ntimofeev Nikita Timofeev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: