[Hibernate] problem with many to many

2006-03-16 Thread Thiago Colen
Hi,I'm begining with hibernate...I have a problem with relationships, this problem is describe below:There is an object A, this object have an association (many to many) with an object B. So, this relationship creates a table between A and B called AB. Now, i have an object C and this object have a

Re: [Hibernate] problem with many to many

2006-03-16 Thread Max Rydahl Andersen
go to the user forum or the wiki or the faq or the book where this is answered many times... /max Hi, I'm begining with hibernate... I have a problem with relationships, this problem is describe below: There is an object A, this object have an association (many to many) with an object B.