为了账号安全,请及时绑定邮箱和手机立即绑定

hibernate 5.2.2如何获得session

没有用视频的老版本,请问5.2.2,如何获取session,还要通过服务注册码?

正在回答

1 回答

protected void setUp() throws Exception { // A SessionFactory is set up once for an application! final StandardServiceRegistry registry = new StandardServiceRegistryBuilder() .configure() // configures settings from hibernate.cfg.xml .build(); try { sessionFactory = new MetadataSources( registry ).buildMetadata().buildSessionFactory(); } catch (Exception e) { // The registry would be destroyed by the SessionFactory, but we had trouble building the SessionFactory // so destroy it manually. StandardServiceRegistryBuilder.destroy( registry ); } }

查看文档:hibernate-release-5.2.2.Final/documentation/quickstart

1 回复 有任何疑惑可以回复我~
#1

自小生来神气壮 提问者

谢谢,找到了 ,以前还不知道这个东西的文档放在哪里
2016-09-03 回复 有任何疑惑可以回复我~
#2

qq_谜离_03319966

也就是还是要注册服务 但是为什么我看到别人构建hibernate5.0的session 不需要注册服务呢
2017-10-14 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Hibernate初探之一对多映射
  • 参与学习       42171    人
  • 解答问题       295    个

Hibernate中一对多关联映射配置,以及cascade和inverse属性作用

进入课程

hibernate 5.2.2如何获得session

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信