HHH-6968 - Update overview.html for aggregated JavaDocs

This commit is contained in:
Steve Ebersole 2012-01-13 13:04:32 -06:00
parent e75b8a77b1
commit f6c4868a44
1 changed files with 7 additions and 3 deletions

View File

@ -23,7 +23,7 @@
-->
<body>
<h2>Aggregated Hibernate Core JavaDocs</h2>
<h2>Aggregated Hibernate O/RM JavaDocs</h2>
Hibernate provides both<ul>
<li>
@ -53,10 +53,12 @@ interfaces:<ul>
<li>{@link org.hibernate.criterion.Example}</li>
</ul>
These interfaces are fully intended to be exposed to application code.
<p></p>
<hr/>
<h3>JPA</h3>
The JPA interfaces are all defined by the JPA specification. For details see {@link javax.persistence}
<p></p>
<hr/>
<h3>Package Groups</h3>
@ -74,7 +76,9 @@ This documentation groups packages into the following 3 categories:<ul>
between releases whereas APIs and SPIs are more stable.
</li>
</ul>
Additionally, we highlight a 4th category
Additionally, we highlight a 4th category <strong>Testing Support</strong> which is a set of classes useful for building
Hibernate test cases.
<p></p>
<hr/>
Complete Hibernate documentation may be found online at <a href="http://docs.jboss.org/hibernate/">http://docs.jboss.org/hibernate/</a>