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 |
Explain the criteria object in hibernate?
How do I save in hibernate?
Can we execute native sql query in hibernate?
What is many to one mapping in hibernate?
How to make a immutable class in hibernate?
Explain the query object in hibernate?
What is hibernate caching? Explain hibernate first level cache?
What is an entity in hibernate?
What is persistence object hibernate?
What is HibernateTemplate class?
What are the mapping associations used in hibernate?
What is the difference between and merge and update?