Joined: Tue Oct 07, 2003 6:48 am Posts: 10
|
Hi again!
I have another problem with Hibernate.
I have a class with a one-to-one composite relationship with another class.
This second class has a one-to-many relationship with a third class. We have problems with this schema, so when I save in DataBase the parent class (first class) I dont get saved instances of second class (I think the reason is because this class has relationships with another third class)
Am I wrong?
How can I resolve this problem?
Thanks in advance!!
|
|