InterviewSolution
Saved Bookmarks
| 1. |
What is first level cache in hibernate? |
|
Answer» The first-level cache is the Session cache and is a mandatory cache through which all requests must pass. The Session object keeps an object under its own power before committing it to the database. |
|