> - When using JDO it has not been obvious when stuff gets save to the
> datastore. When do I have to call makePersistent(...), when is it done
> explicitly

If an object is detached then you call makePersistent. If an object is
not persistent (i.e transient) then you call makePersistent. If an
object is attached then you don't call anything. Can't get simpler.

> Fetch groups don't work properly in the current release

Demonstration of such would be nice, with a definition of what is the
expectation ("properly") based on the testcase.

> Detaching object graphs is not working properly and is simply an 
> overcomplicated concept IMO

I'm sure it would be nice to know what is "not working properly".
Reference to a testcase and the log would be desirable also, since the
log tells you what is being detached and when, according to the fetch
plan. We have a large number of testcases for JDO and JPA that
demonstrate detaching from the persistence context and all are working
fine; the same code is used to run the JDO and JPA TCKs.

--Andy (DataNucleus)
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to