What is a many-to-one association in hibernate?



What is a many-to-one association in hibernate?..

Answer / Muneer Ahmad

A Many-To-One association in Hibernate represents a relationship between a parent entity and multiple child entities. In this association, one parent can have multiple children but each child has only one parent.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is stateless session in hibernate?

1 Answers  


How to use application server JNDI DataSource with Hibernate framework?

1 Answers  


Is hibernate a framework?

1 Answers  


What is the is the default transaction factory in hibernate?

1 Answers  


What are the contents of hibernate configuration file ( hibernate.cfg.xml )?

1 Answers  


Explain the transaction object in hibernate?

1 Answers  


Can we use spring data jpa without hibernate?

1 Answers  


Is jpa better than hibernate?

1 Answers  


What are pojos and what’s their significance?

1 Answers  


What is first level cache in hibernate?

1 Answers  


What is mapping in coding?

1 Answers  


What are concurrency strategies?

1 Answers  


Categories