first-level-cache Questions
2
Solved
Is first level cache different from query cache in hibernate? I have seen articles mentioning about first level and query cache, so i am confused.
Watercool asked 22/10, 2013 at 11:21
2
Solved
EntityManager maintains first level cache for retrieved objects, but if you want to have threadsafe aplication you're creating and closing entityManager for each transaction.
So whats the point of...
Flanna asked 29/3, 2014 at 13:51
1
Solved
This Hibernate configuration ostensibly should control how many objects are cached in the first level cache. The reason is easy enough to understand, we don't want to run out of memory.
But somet...
Globular asked 20/1, 2012 at 1:18
1
© 2022 - 2024 — McMap. All rights reserved.