Hi,
What are the possibilites could be for oracle relational mappings are not picked up both at runtime and at design time(using Hibernate Synchronizer).
I have TABLEA and TABLEB, I have a one to many relationship from TABLEA to TABLEB, using HibernateSynchronizer I tried to create the xml mapping, the <set> tag(component) is not created.
But still I went ahead and manually listed the set tag on the xml file, @ runtime the set is not populated(we tried for lazy set to false, true an all combinations).
Any help, is appreciated.
Thanks
|