What is association mapping in hibernate?



What is association mapping in hibernate?..

Answer / Raj Kumar Srivastava

Association Mapping in Hibernate refers to the way in which relationships between entities are established. It includes one-to-one, one-to-many, many-to-one, and many-to-many associations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is the meaning of persistence in hibernate?

1 Answers  


What is HQL?

1 Answers  


What are the advantages of hibernate?

1 Answers  


What is hibernate in j2ee?

1 Answers  


What is difference between getcurrentsession () and opensession () in hibernate?

1 Answers  


What role does the sessionfactory interface play in hibernate?

1 Answers  


What does hibernate.hbm2ddl.auto create means?

1 Answers  


Can we use hibernate without jpa?

1 Answers  


What is the use of cache in hibernate?

1 Answers  


What is the difference between lazy and eager loading in hibernate?

1 Answers  


Should you use an orm?

1 Answers  


Why do we need session in hibernate?

1 Answers  


Categories