Scratch this question for now - I'm fairly sure it's Hibernate that is calling the setters when loading the objects based on the objects in the request payload, not RequestFactory calling them.
Ryan On Jun 18, 4:59 pm, Ryan McFall <[email protected]> wrote: > I have a POJO that contains several collections, and a proxy providing > access to these collections. I am able to download the data to the > client and access it in a read-only fashion quite easily. > > However, if I call edit on the client side proxy, and then call a > persist type method on that proxy, I find that the setters for all of > the collections are being called, even though I don't actually call > any methods between calling edit on the proxy and sending it to the > server to be persisted. > > I don't understand why this is happening. Hopefully someone can > enlighten me. > > Thanks! > Ryan -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
