InterviewSolution
Saved Bookmarks
| 1. |
What is many-to-many association? |
|
Answer» A Many-to-Many mapping can be implemented using a Set java collection that does not contain any duplicate element. <many-to-many> element indicates that one object relates to many other objects and column attributes are used to link intermediate column. |
|