updated version statement in javadoc

This commit is contained in:
Juergen Hoeller 2010-09-08 22:48:03 +00:00
parent 91a53a36ec
commit f848e5081d
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ import org.springframework.transaction.TransactionException;
/**
* {@link org.springframework.orm.jpa.JpaDialect} implementation for
* Hibernate EntityManager. Developed and tested against Hibernate 3.3.
* Hibernate EntityManager. Developed against Hibernate 3.3;
* tested against 3.3, 3.5 and 3.6 (with the latter including
* Hibernate EntityManager in the Hibernate core distribution).
*
* @author Costin Leau
* @author Juergen Hoeller