stariy95 commented on code in PR #614:
URL: https://github.com/apache/cayenne/pull/614#discussion_r1595465481
##########
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:
That's always one of the most challenging tasks :) Maybe
`getFlattenedIdsByPath` will do?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]