Browse Source

updated version statement in javadoc

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3665 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Juergen Hoeller 16 years ago
parent
commit
e069c8fed6
  1. 4
      org.springframework.orm/src/main/java/org/springframework/orm/jpa/vendor/HibernateJpaDialect.java

4
org.springframework.orm/src/main/java/org/springframework/orm/jpa/vendor/HibernateJpaDialect.java vendored

@ -37,7 +37,9 @@ import org.springframework.transaction.TransactionException; @@ -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

Loading…
Cancel
Save