Hibernate 3.x到5.x迁移问题

时间:2017-07-07 02:25:57

标签: migration hibernate-5.x hibernate3

我正在将hibernate 3.x迁移到最新版本5.x,我发现很多问题需要一些帮助。

  1. SessionFactory.evict() - 我的代码使用SessionFactory.evict(),我在5.x中看不到。我应该用这个代码替换什么? HibernateTemplate.evict()?
  2. 在spring config xml中将 AnnotationSessionFactoryBean 更改为 LocalSessionFactoryBean 。 AnnotationSessionFactoryBean具有属性 configurationClass namingStrategy 。应该用什么替换?
  3. HibernateInterceptor 在spring config xml中使用,现在在hibernate5包下的spring 4.x中找不到它。
  4. Hibernate中缺少ConnectionProvider.configure()。
  5. 我正在使用, 春天 - 4.3.9.RELEASE Hibernate - 5.2.10.Final

1 个答案:

答案 0 :(得分:1)

你看到这个图像,然后在github上找到它。

about version 5.2.9

enter image description here