InterviewSolution
Saved Bookmarks
| 1. |
What are the concurrency strategies available in hibernate? |
|
Answer» Concurrency STRATEGIES are the MEDIATORS responsible for storing and retrieving items from the cache. While enabling second-level cache, it is the responsibility of the developer to PROVIDE what strategy is to be IMPLEMENTED to decide for each persistent class and collection. Following are the concurrency strategies that are used:
|
|