In which condition is one to many relationship used?
Answer / Hans Kumar
A one-to-many relationship is used when a single parent entity can have multiple child entities. For example, in a school system, one teacher can have many students.
| Is This Answer Correct ? | 0 Yes | 0 No |
List hibernate session interface methods?
How to set parameter in query hibernate?
Can I reuse the session in hibernate?
Is hibernate a framework?
Can hibernate be used with mongodb?
How do you integrate hibernate with struts2 or servlet web applications?
What are different environments to configure hibernate?
What is difference between save and saveorupdate in hibernate?
How can we use new custom interfaces to enhance functionality of built-in interfaces of hibernate?
What is a 1 to 1 relationship database?
What is difference between hibernate and jpa?
Why do we use jpa instead of hibernate?