NoCacheProvider class alternative in Hibernate 4
Asked Answered
R

1

12

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!

Rotterdam answered 16/9, 2013 at 10:21 Comment(0)
S
28

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

Swath answered 21/9, 2013 at 18:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.