Class and Description |
---|
org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
as of Spring Framework 4.3.12 against Hibernate 5.2, in favor of a custom solution
based on
EntityManagerFactory.unwrap(java.lang.Class<T>) with explicit qualifiers and/or primary markers |
Method and Description |
---|
org.springframework.orm.hibernate5.support.OpenSessionInterceptor.openSession()
as of 5.0, in favor of
OpenSessionInterceptor.openSession(SessionFactory) |