One to One XML Mapping in Hibernate
- 18th Feb 2017
- 0
- 9164
- One to One Bidirectional mapping in Hibernate One to One in Hibernate with example using XML One to one mapping in hibernate with XML one to one relation in Hibernate with XML What is One to One mapping in hibernate
Let us understand about One to One XML Mapping in Hibernate In this relation mapping, one object of a class is associated with only one object of another class. In other words, One record of a table is associated with only one record of another table. In this mapping, both the tables will share the […]