

Hibernate One To One Relationship Using Annotations (Bidirectional).
This post is about one to one bidirectional relationship in hibernate using annotations and also the use of mappedBy attribute and @PrimaryK


Hibernate One To One Relationship Using Annotations (Unidirectional).
One to one relationship in hibernate(unidirectional) using annotations.


Hibernate Configuration Without XML And Using XML Files.
In this post we are showing various ways to configure hibernate i.e. using java class or using XML file and also provide various