Hi Jens, I'm currently implementing this solution and have a question about the find method.
You said that you just return entityManager.find(clazz, id); but where and how is the variable entityManager initialized? Thanks, -Mark On Aug 26, 3:25 am, Jens <[email protected]> wrote: > Should be fine. I just do > > return entitymanager.find(clazz, id). > > -- J. -- 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.
