在 Hibernate 中是否不推荐使用 buildSessionFactory() 配置方法?

在 Hibernate 中是否不推荐使用 buildSessionFactory() 配置方法?,第1张

当我将 Hibernate 版本从 3.6.8 更新到 4.0.0
时,我buildSessionFactory()在这一行中收到了关于已弃用方法的警告

private static final SessionFactory sessionFactory =         new Configuration().configure().buildSessionFactory();

Javadoc 建议使用另一种方法

buildSessionFactory(ServiceRegistry serviceRegistry)

但在文档中我发现不推荐使用的变体

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/read/1369994.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-15
下一篇 2022-06-15

发表评论

登录后才能评论
保存