1. Mystery of bidrectional/unidirectional associations forum.hibernate.orgHello I am posting this question here b/c it is not a specific problem that I'm having with Hibernate but rather a mystery I don't quite get. The term "bidirectional" is used quite a bit in the manual, and it says that a bidrectional association is one that can be navigated from both ends. And the way to define a bidirectional ... |
2. Getting values of Bidrectional Association forum.hibernate.orgHello all, i'm quite a newbe on hibernate an have a problem on bidrectional associations. I have three DB - Tables with following association. Visite(1) <--> (m)Visite2Probe(m) <--> (1)Probe Assume i want following information of these three tables/objects. Here the common SQL stmt of what i want as result: Code: Select proben.kurztext as probenname, visiten.kurztext as visitename from proben inner join ... |
3. Getting values of Bidrectional Association forum.hibernate.orgHello all, i'm quite a newbe on hibernate an have a problem on bidrectional associations. I have three DB - Tables with following association. Visite(1) <--> (m)Visite2Probe(m) <--> (1)Probe Assume i want following information of these three tables/objects. Here the common SQL stmt of what i want as result: Code: Select proben.kurztext as probenname, visiten.kurztext as visitename from proben inner join ... |