我正在将hibernate 3.x迁移到最新版本5.x,我发现很多问题需要一些帮助。
- SessionFactory.evict() - 我的代码使用SessionFactory.evict(),我在5.x中看不到。我应该用这个代码替换什么? HibernateTemplate.evict()?
- 在spring config xml中将 AnnotationSessionFactoryBean 更改为 LocalSessionFactoryBean 。 AnnotationSessionFactoryBean具有属性 configurationClass 和 namingStrategy 。应该用什么替换?
- 类 HibernateInterceptor 在spring config xml中使用,现在在hibernate5包下的spring 4.x中找不到它。
- Hibernate中缺少ConnectionProvider.configure()。
醇>
我正在使用,
春天 - 4.3.9.RELEASE
Hibernate - 5.2.10.Final