Hi guys, I'm using Hibernate + Gw's Request factory. I've a problem using a class with a list of object like this:
@OneToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY, orphanRemoval = true) private Set<ScadenzaPagamento> scadenze = new LinkedHashSet<ScadenzaPagamento>(); It's seems that orphanRemoval don't work with Request Factory as show in this post: https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit/oWJRhnUHAYc . Before using request Factory I used Gwt + Gilead and orphanRemoval worked great!! Any idea in order to resole this problem? Thanks very much! Best regards Daniele Renda -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/fBujdDvWLz8J. 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.
