Hi,
I'm new to hibernate, using intellij and db2. I'm unable to resolve <property name="cache.provider_class">org.hibernate.cache.internal.NoCacheProvider</property>
specifically, the NoCacheProvider in hibernate.cfg.xml.
I googled, but can't find anything about this.
I looked at hibernate-core-4.3.5.final.jar and I don't see NoCacheProvide. What I see is NoCachingRegionFactory. I don't know what it does, but I'd like to resolve the above issue and get on with my first hibernate program. I'm following this tutorial: http://docs.jboss.org/hibernate/orm/4.0/devguide/en-US/html_single/
I appreciate some help to the above.
Thank you, Gordon
|