What are different types of second level cache?
Answer / Irfan Ahmed
The two main types of second-level cache in Hibernate are: CacheConcurrencyStrategy.READ_WRITE (modifies the data in cache if it's already there) and CacheConcurrencyStrategy.READ_ONLY (uses the cached data as is).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between save() and persist() in hibernate?
What does fetchtype lazy mean?
What is cascade in hibernate in which scenario we use it?
How many types of association mapping are possible in hibernate?
Name some important interfaces of Hibernate framework?
What are the main advantages of orm like hibernate?
Is a relationship in hibernate?
What is bidirectional in hibernate?
Explain the query object in hibernate?
What are the benefits of ORM?
What is difference between update and merge in hibernate?
What is meant by annotation in hibernate?