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