Hi All,
As per DB design i have circular relationship between objects.
for eg,
take,object1,object2 and object3
object1 has many to one relationship with object2 and object2 has many-to-one relationship with object3 and object3 has many-to-one relationship with object1.
Is this mapping scenerio is possible in Hibernate?
Note: all objects having bidirectional relationship between them.
I tried for this mapping and getting Memory out of error.
Help me to solve this issue.
Any sample code please....
Regards
Shanmugam.N
|