What is a unidirectional relationship?
Answer / Rahul Chandra
A Unidirectional Relationship is a type of relationship in Hibernate where only one entity has a direct reference to the other. The owning entity manages its relationship with the related entity, and the related entity does not have any knowledge of the relationship. This simplifies the mapping configuration but may lead to less efficient queries compared to Bidirectional Relationships.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is orm tool?
What is a meant by light object mapping?
What is difference between hibernate and jpa?
What is composite key in hibernate?
Name some important interfaces of Hibernate framework?
What’s the usage of configuration interface in hibernate?
Mention two components of hibernate configuration object.
What are different core interfaces of hibernate framework?
What is the difference between get and load method?
Can we create multiple sessionfactory in hibernate?
What is embeddable in hibernate?
What does the session object hold?