Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1B1
-
None
Description
We need a query that can provide an optimized fetch for objects based on 1..N String IDs.
In my projects I have a bunch of APIs that would provide me a with collection of String IDs that I'd like to convert to a collection of target objects across whatever many tables. Been doing that manually till now. Would be cool to encapsualte this operation in a query. BTW we have a prototype of such query already - org.apache.cayenne.lifecycle.relationship.ObjectIdBatchFault