diff --git a/release/src/javadoc/overview.html b/release/src/javadoc/overview.html
index 3e9dc3289d..8641007687 100644
--- a/release/src/javadoc/overview.html
+++ b/release/src/javadoc/overview.html
@@ -23,7 +23,7 @@
-->
-Aggregated Hibernate Core JavaDocs
+Aggregated Hibernate O/RM JavaDocs
Hibernate provides both
-
@@ -33,7 +33,7 @@ Hibernate provides both
an implementation of the JSR-317 Java Persistence API (JPA)
specification comprised centrally around {@link org.hibernate.ejb.EntityManagerFactoryImpl} and
{@link org.hibernate.ejb.EntityManagerImpl} (the Hibernate implementations of
- {@link javax.persistence.EntityManager} and{@link javax.persistence.EntityManagerFactory}, respectively)
+ {@link javax.persistence.EntityManager} and {@link javax.persistence.EntityManagerFactory}, respectively)
@@ -53,10 +53,12 @@ interfaces:
- {@link org.hibernate.criterion.Example}
These interfaces are fully intended to be exposed to application code.
+
JPA
The JPA interfaces are all defined by the JPA specification. For details see {@link javax.persistence}
+
Package Groups
@@ -74,7 +76,9 @@ This documentation groups packages into the following 3 categories:
between releases whereas APIs and SPIs are more stable.
-Additionally, we highlight a 4th category
+Additionally, we highlight a 4th category Testing Support which is a set of classes useful for building
+Hibernate test cases.
+
Complete Hibernate documentation may be found online at http://docs.jboss.org/hibernate/