Jugen commented on code in PR #614:
URL: https://github.com/apache/cayenne/pull/614#discussion_r1595204366


##########
cayenne/src/main/java/org/apache/cayenne/access/ObjectStore.java:
##########
@@ -1011,6 +1013,18 @@ public Collection<ObjectId> getFlattenedIds(ObjectId 
objectId) {
                 .getOrDefault(objectId, Collections.emptyMap()).values();
     }
 
+    /**
+     * @since 5.0
+     */
+    public Set<Entry<CayennePath,ObjectId>> getFlattenedEntries(ObjectId 
objectId) {

Review Comment:
   I thought so too, but didn't know how to name the method then as 
`getFlattenedMap` didn't seem appropriate.
   Any suggestions please ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cayenne.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to