Prev Next

Hibernate / Hibernate Caching

How do you find if an particular object exists at session cache?

We can use session contains() method to check if an object is present in the hibernate cache or not, if the object is found in cache, it returns true or else it returns false.

More Related questions...

Show more question and Answers...


Comments & Discussions