What is collection mapping in hibernate?
Answer / Dhram Pal
Collection mapping in Hibernate refers to the way collections (lists, sets, maps) of entities are stored in the database. It involves defining the association between an entity and a collection using various annotations such as `@OneToMany`, `@ManyToOne`, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hibernate SessionFactory is thread safe?
Can we delete foreign key?
Does hibernate cache data?
What is lazy loading and why is it used for?
What are the ways to access hibernate by using spring?
Describe the important interfaces of hibernate framework?
What are the 4 principles of orm?
How to implement one to many relationships with annotation?
How create hibernate cfg xml file?
What is a 1 n relationship?
What are the benefits of hibernate over jdbc?
Which is better jdbc or hibernate?