There's a reason why JDO is the preferred API here. It defines support
for fetch group control, and how far down an object graph the detach
goes. JPA defines nothing of that form, leaving it to implementations
to define what they wish. The only thing you can have with JPA is
define a field as EAGER loading, or to touch the field to force a
load. Use JDO if you want full (automatic) control of such things
--~--~---------~--~----~------------~-------~--~----~
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