Hi

We're using JPA and we have an owned one to many relationship that has
many children (we create this owned relationship so that any
combination of children can be updated in a transaction).  When we add
an additional child, we add it to the parent's children list.  This
seems to cause a loading of all children and hence takes a long time
due to the large number of children.  Is there any way to add a child
without causing this loading to happen (some other way to set the
parent without getting the parent's children list and adding to it)?

Thanks,
Len
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to