InterviewSolution
Saved Bookmarks
| 1. |
What is root node of hbm.xml? |
|
Answer» The mapping document is an XML document having <hibernate-mapping> as the root element which contains all the <class> elements. |
|