InterviewSolution
Saved Bookmarks
| 1. |
Which method is used to add a criteria to a query? |
|
Answer» Session.createCriteria creates a new Criteria instance, for the given entity class, or a superclass of an entity class. |
|