InterviewSolution
Saved Bookmarks
| 1. |
Which method is used to save or update the state of the given instance from the underlying database? |
|
Answer» Session.saveOrUpdate either saves(Object) or updates(Object) the given instance. |
|