Hibernate4中获取SessionFactory的方法

Hibernate4 中 Configuration.buildSessionFactory() 的方法已经标记为过时,官方建议使用:buildSessionFactory(ServiceRegistry serviceRegistry) 这个方法来获取 SessionFactory ,估计是和新特性支持多租户有关(没有深入了解,猜测而已)。Hibernate4中获取SessionFactory的方法示例如下:

HibernateTest.java

@2014-04-29 发现4.3.5的版本中 ServiceRegistryBuilder 也过时不建议用了,直接用

StandardServiceRegistryBuilder 即可:

本文介绍到此结束@Michael Sun.

原创文章,转载请注明: 转载自micmiu – 软件开发+生活点滴[ http://www.micmiu.com/ ]

本文链接地址: http://www.micmiu.com/j2ee/hibernate/hibernate4-sessionfactory/

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">