InterviewSolution
Saved Bookmarks
| 1. |
Which element of hbm.xml is used to map a java.util.Map property in hibernate? |
|
Answer» This is mapped with a <map> element and initialized with java.util.HashMap. |
|