Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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);