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 |
What is stateless session in hibernate?
How to use application server JNDI DataSource with Hibernate framework?
Is hibernate a framework?
What is the is the default transaction factory in hibernate?
What are the contents of hibernate configuration file ( hibernate.cfg.xml )?
Explain the transaction object in hibernate?
Can we use spring data jpa without hibernate?
Is jpa better than hibernate?
What are pojos and what’s their significance?
What is first level cache in hibernate?
What is mapping in coding?
What are concurrency strategies?