| Author |
How to get List of objects from Second Level Cache
|
Ravi K Singh
Greenhorn
Joined: Dec 10, 2008
Posts: 3
|
|
I have a requirment where I am using ehcache for hibernate second level cache.
It works fine for me as long as i fetch objects by identifier using load() or get().
But I want to fetch a list of objects using some criteria, this time to goes to database.
I want it to fetch data from second level cache every single time, as I have pre loaded my table in cache.
I don't want to use query cache, please advise if I can achieve my target using Second Level cache only.
|
Regards,
Ravikant Singh
SCJP1.5 | SCWCD5
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16479
|
|
"Ravi as always", please check your private messages regarding an important administrative matter.
Thank you.
|
 |
Ravi K Singh
Greenhorn
Joined: Dec 10, 2008
Posts: 3
|
|
|
Anyone please reply how to use createQuery() or createCriteria() on second level cache, i know it works only with load(id) or get(id). but any work arounds for the same.
|
 |
 |
|
|
subject: How to get List of objects from Second Level Cache
|
|
|