Hi, I've been struggling with RequestFactory lately and I just found that it doesn't support what I need, i.e. Embedded objects.
"Note that RequestFactory does not currently support embedded objects (@Embedded in various ORM frameworks) because it expects every entity to exist independently with its own ID" (from http://code.google.com/intl/pt-BR/webtoolkit/doc/latest/DevGuideRequestFactory.html#relationships ). I'd like to know how I can achieve the same result as using @Embedded / @EmbeddedId. Any clue? One last information: What I need is to map a N:M relationship and add some extra data to it, so I followed these instructions: http://sieze.wordpress.com/2009/09/04/mapping-a-many-to-many-join-table-with-extra-column-using-jpa/ Thanks, Aldo -- 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.
