Many To Many XML Mapping in Hibernate
- 22nd Feb 2017
- 0
- 8427
- how many to many works in hibernate many to many in hibernate many to many relation in hibernate Many to many relation with XML in hibernate many to many relation xml mapping in hibernate many to many xml mapping Many to many XML mapping example in Hibernate Why we need temporary table in Many to many relation
Let us understand Bidirectional Many to Many XML Mapping in Hibernate In this relation mapping, one object of a class ‘X’ is associated with multiple objects of class ‘Y’ and one object of class ‘y’ is associated with multiple objects of class ‘X’. In other words One record of a table ‘A’ is associated with […]