What is hibernate unidirectional and bidirectional?
Answer / Madan Lal
Unidirectional relationships in Hibernate are one-way associations, where the owning side of the relationship only has access to the associated entity. Bidirectional relationships, on the other hand, allow both sides of the association to have direct access to each other.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between jpa and hibernate?
What is difference between save and persist method in hibernate?
What is a native query?
What are the best practices to follow with hibernate framework?
What is the importance of hibernate mapping file?
What is the use of cache in hibernate?
What are the two types of collections in hibernate?
What is the use of version property in hibernate?
What is the difference between first level cache and second level cache?
How can we invoke stored procedures in hibernate?
What are the identified limitation of hibernate?
What is hibernate and its advantages?