Hello everyone,

Hibernate3 allows you to specifiy <class-cache> and <collection-cache> elements in hibernate.cfg.xml for configuring a cache concurrency strategy.

I am searching for a pendant in the LocalSessionFactoryBean, as I am not using the hibernate.cfg.xml file but like to completely configure Hibernate in my application context xml instead.

Unfortunately, I could not find any properties for this. How am I supposed to do this, or is it simply not implemented as of Spring 1.2 RC1?

Regards,

Andreas