Hello

Could anyone please point me to a document that mentions what is the
proper way of changing order of items in a collection? I ran out of
ideas.

When I assign the newly created collection everything seems OK, but
after committing the transaction the collection is just gone. (With or
without makePersistent on the parent object and/or makePersistentAll
on the new collection.)
When I clear() the original collection and addAll() from the
rearranged one the items become deleted (as mentioned before, due the
clear() call) ... which make it impossible to modify the items further
in the very transaction.

Regards
  J. Záruba

-- 
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-j...@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