InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of Session.beginTransaction() method? |
|
Answer» Session.beginTransaction method begins a unit of work and returns the associated Transaction object. |
|