Hibernate升级:StatisticsService()

Vai*_*ain 5 java hibernate upgrade

我正在将hibernate从3.6升级到4.3.5.

替换.jar文件和一些不推荐使用的包,类以及基本数据类型后,我仍然在StatisticsService()&in org.hibernate.jmx包中出现一些错误.

错误如下:

 1. error: package org.hibernate.jmx does not exist
    [javac] import org.hibernate.jmx.StatisticsService;
 2. error: cannot find symbol
    [javac] StatisticsService stats = new StatisticsService(); // MBean implementation
Run Code Online (Sandbox Code Playgroud)

是否有任何其他方法来实现这个或者包本身是否已被弃用?

解决此错误的替代方法是什么?

谢谢.

Saj*_*ran 2

Hibernate StatisticsService从 4.0 开始已弃用,目前没有替代方案。但根据链接,如果您使用spring,您仍然可以使用该服务。