I haven't run into this problem yet. When I need to update multiple
entities, I enable their parent for editing and then persist the
parent. The children are persisted transitively, as described below:
http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html#using
http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html#relationships
Are you editing multiple un-related entities?
On Jan 1, 10:43 am, Daghan <dag...@gmail.com> wrote:
> I have the same problem... I am going to google a solution but if I can't
> find one, I'll try to return a boolean for my persist() calls and try to
> delete the entities manually even they don't all succeed
> I guess I am just saying that I'll be mimicing the transaction logic on the
> client side... I don't like it
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment