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:14:00 UTC

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

     [ https://issues.apache.org/jira/browse/CAY-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Timofeev closed CAY-2651.
--------------------------------
    Resolution: Fixed

https://github.com/apache/cayenne/commit/e76287c9fb22a06e0bbb0062e0464bc60fa5fdc6

> 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
>            Priority: Major
>             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)