Many To Many XML Mapping in Hibernate

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 […]

Share this article on