Hello!
I have a bidirectional n:m relation with two entities and I have created domain objects for using with Hibernate in the latest version 3.5.3. I used this for my example: http://tadtech.blogspot.com/2007/09/hibernate-annotation-many-to-many-join_03.html
My problem: The Addres will be added without a problem. But it does not make an insert on the join / link table. What's wrong here? Something wrong with cascading?
Thanks a lot in advance & Best Regards.