> - When using the 1-n example from the docs I get lots of problems when > trying to remove an item from the child list. Is it supported when > using datanucleus to modify the list of children (remove+add) in the > same transaction or is only add supported?
In DataNucleus-provided datastore plugins you can do List.add/remove/ whatever in the same txn. In the datanucleus-google plugin (provided by Google) I've no idea --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
