Hibernate 中的 CacheImpl

我将我的休眠版本从 5.2.10.Final 更新为 5.3.2.Final,因此删除了该 CacheImpl 类。hibernate 是否有这个类的替代方案,以及如何在最新版本的 hibernate 中监控缓存统计信息?

((CacheImpl) entityManager.getEntityManagerFactory()
                          .getCache()).getSessionFactory().getStatistics();


红糖糍粑
浏览 192回答 1
1回答

HUWWW

此类的名称从 CacheImpl 更改为 CacheImplementor
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java