What is second level caching?
Answer / Lal Singh Garbyal
Second Level Cache (SLC) in Hibernate is a cache that stores data across multiple sessions. It allows multiple sessions to share the same cached data, improving performance by reducing database access.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of transaction are there in hibernate?
What is persist method in hibernate?
What is orm tool?
What is bootstrap in hibernate?
What is the meaning of odm?
How is hql query created?
Difference between the transient, persistent and detached state in hibernate?
When do you use merge() and update() in hibernate?
Does hibernate support nosql?
What is the difference between flush and commit in hibernate?
In which condition is one to many relationship used?
What is sequence in hibernate?