Suggestion for RequestFactory find(EntityProxyId<?> id) > concurrently/async query propertyRefs
60 views
Skip to first unread message
Brandon Donnelson
unread,
May 10, 2012, 7:07:01 PM5/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I'm not sure this is possible but, it would be nice to concurrently get the propertyRefs(paths) to an object graph when find(EntityProxyId<?> id) is used.
I have a large entity with several owned collections and the retrieving all the owned collections at once is slow using the find method. It would be nice to take advantage of some async queries for children objects some how through find(...).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Would anybody be willing to describe what would need to be contributed, b/c I trying to figure it out and looking to contribute back a patch. I know your super busy with other issues :)