InterviewSolution
Saved Bookmarks
| 1. |
Which method is used to create a HQL query? |
|
Answer» Session.createQuery creates a new instance of Query for the given HQL query string. |
|