This post originated from an RSS feed registered with Java Buzz
by Cory Watson.
Original Post: Hibernate And Caching
Feed Title: One Mo' Gin
Feed URL: http://www.onemogin.com/blog/feed
Feed Description: Thoughts on many things. Developer stuff, mostly.
R.J. Lorimer put up an article today reminding Hibernate users that caching doesn’t ‘just work’. The article gives some insight into Hibernate’s second-level and query caches.
The real lesson here is to read the caching section of Hibernate’s documentation.
My latest project uses Hibernate but has completely avoided the cache. I plan on integrating it [...]