[ https://issues.apache.org/jira/browse/CAY-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13791132#comment-13791132 ]
Andrus Adamchik commented on CAY-1798: -------------------------------------- I just committed a small change that may (or may not :)) be marginally faster doing metadata lookup. Anyways, this thing looks good. My vote is to keep it 3.2-only cause it changes the returned object graph. But if we get user requests to port it to 3.1, I'll remove my objection. Thanks! > ROP: Reverse relationships of prefetched entity objects are not filled during > server to client objects conversion > ----------------------------------------------------------------------------------------------------------------- > > Key: CAY-1798 > URL: https://issues.apache.org/jira/browse/CAY-1798 > Project: Cayenne > Issue Type: Bug > Components: ROP > Affects Versions: 3.1B2 > Reporter: Dzmitry Kazimirchyk > Assignee: Dzmitry Kazimirchyk > Attachments: CAY-1798.patch > > > When doing queries with prefetches from client, reverse relationships of > prefetched objects are not filled immediately after query execution causing > new queries to server when accessed. > E.g.: say we execute query for all artists with prefetch Artist -> Paintings. > After query execution if we do artist.getPaintings().get(0).getArtist() then > new db query will be executed. -- This message was sent by Atlassian JIRA (v6.1#6144)