• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cache Always Misses (using Hibernate + EhCache)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using Hibernate with Spring framework, and trying to cache a query which is written through the CriteriaAPI. I've enabled the query cache and the 2nd Level cache. I've also set the setCacheable to true in that particular query. The problem is that hibernate session statistics show that it hits the database everything for the same query I'm running multiple times.

Here's the function with the criteria query


here's the caller function


spring-hibernate-context file



ehcache portion of this class



Log Excerpts:

I'm fairly new to Spring and Hibernate. I've read at least a dozen articles regarding this issue and did everything that I could. Also, I wrote a similar query using createQuery method, the result was the same. Any help would be appreciated.
 
Not so fast naughty spawn! I want you to know about
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic