How many tables are required for many to many relationship?



How many tables are required for many to many relationship?..

Answer / Nitendra Singh Thakur

A many-to-many relationship requires two join tables in Hibernate, one for each associated entity.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Explain the criteria object in hibernate?

1 Answers  


How do I save in hibernate?

1 Answers  


Can we execute native sql query in hibernate?

1 Answers  


What is many to one mapping in hibernate?

1 Answers  


How to make a immutable class in hibernate?

1 Answers  


Explain the query object in hibernate?

1 Answers  


What is hibernate caching? Explain hibernate first level cache?

1 Answers  


What is an entity in hibernate?

1 Answers  


What is persistence object hibernate?

1 Answers  


What is HibernateTemplate class?

1 Answers  


What are the mapping associations used in hibernate?

1 Answers  


What is the difference between and merge and update?

1 Answers  


Categories