Skip to content

Hibernate

Hibernate is an Open Source ORM mapper.

ReadWriteCache - An item was expired by the cache while it was locked (increase your cache timeout)

Section titled “ReadWriteCache - An item was expired by the cache while it was locked (increase your cache timeout)”

I had the problem after turning of the 2nd level disk cache (ehcache). Seems to be ignorable.

equals and hashCode should be consistent on your classes, and depend on the same fields. Otherwise, usage in HashSets or HashMaps will cause problems. For persistent objects they should be implemented using business keys. Equals and HashCode

If you are still on hibernate 2 then XDoclet will allow you to use annotations.