@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
/ * *
* Package providing integration of
* < a href = "http://www.hibernate.org" > Hibernate 4 . x < / a >
* < a href = "http://www.hibernate.org" > Hibernate 5 . x < / a >
* with Spring concepts .
*
* < p > Contains an implementation of Spring ' s transaction SPI for local Hibernate transactions .
@ -8,9 +8,9 @@
@@ -8,9 +8,9 @@
* in order to follow Hibernate recommendations as closely as possible . We recommend
* using Hibernate ' s native < code > sessionFactory . getCurrentSession ( ) < / code > style .
*
* < p > < b > This package supports Hibernate 4 . x only . < / b >
* See the { @code org . springframework . orm . hibernate3 } package for Hibernate 3 . x support .
* < b > Note : < / b > Do not use HibernateTemplate or other classes from the hibernate3 package
* with Hibernate 4 ; this will lead to class definition exceptions at runtime .
* < p > < b > This package supports Hibernate 5 . x only . < / b >
* See the { @code org . springframework . orm . hibernate4 } package for Hibernate 4 . x support .
* < b > Note : < / b > Do not use HibernateTemplate or other classes from the hibernate4 package
* with Hibernate 5 ; this will lead to class definition exceptions at runtime .
* /
package org.springframework.orm.hibernate5 ;