You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (Jira)" <ji...@apache.org> on 2020/03/11 13:07:00 UTC

[jira] [Created] (CAY-2651) Support multiple IDs in the SelectById query

Nikita Timofeev created CAY-2651:
------------------------------------

             Summary: Support multiple IDs in the SelectById query
                 Key: CAY-2651
                 URL: https://issues.apache.org/jira/browse/CAY-2651
             Project: Cayenne
          Issue Type: Improvement
          Components: Core Library
            Reporter: Nikita Timofeev
            Assignee: Nikita Timofeev
             Fix For: 4.2.M1


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

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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)