I've just realized that there is no org.hibernate.cache.internal.NoCacheProvider
class in Hibernate 4 Core packages. Maybe it is deprecated. So is there any alternive for Hibernate 4? Thank you in advance!
相关问题
- How do I disable SHOW WARNINGS from Hibernate?
- Infinispan JPA 2nd level cache defaults
- JPA shared cache / second level cache in WildFly
- Where is the “Reverse Engineering” feature in Hibe
- Nhibernate 2nd level caching issues / questions wh
相关文章
- When hibernate performs sync between second level
- Null values are insering in data base using Struts
- NHibernate + ASP.NET + Open Session in View + L2Ca
- Grails Hibernate4 upgrade errors on getGeneratedKe
- Hibernate: Clean collection's 2nd level cache
- Working example of Hibernate 3.6.2 2nd level cachi
- com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx
- How to use SchemaExportTool with JPA and Hibernate
CacheProvider SPI has been deprecated for quite a long time now (since 3.3 iirc).
org.hibernate.cache.internal.NoCachingRegionFactory
is the "no caching" equivalent in the new CacheRegionFactory SPI