In which condition is one to many relationship used?



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

Post New Answer

More Hibernate Interview Questions

List hibernate session interface methods?

1 Answers  


How to set parameter in query hibernate?

1 Answers  


Can I reuse the session in hibernate?

1 Answers  


Is hibernate a framework?

1 Answers  


Can hibernate be used with mongodb?

1 Answers  


How do you integrate hibernate with struts2 or servlet web applications?

1 Answers  


What are different environments to configure hibernate?

1 Answers  


What is difference between save and saveorupdate in hibernate?

1 Answers  


How can we use new custom interfaces to enhance functionality of built-in interfaces of hibernate?

1 Answers  


What is a 1 to 1 relationship database?

1 Answers  


What is difference between hibernate and jpa?

1 Answers  


Why do we use jpa instead of hibernate?

1 Answers  


Categories