HHH-6968 - Update overview.html for aggregated JavaDocs
This commit is contained in:
parent
e75b8a77b1
commit
f6c4868a44
|
@ -23,7 +23,7 @@
|
|||
-->
|
||||
<body>
|
||||
|
||||
<h2>Aggregated Hibernate Core JavaDocs</h2>
|
||||
<h2>Aggregated Hibernate O/RM JavaDocs</h2>
|
||||
|
||||
Hibernate provides both<ul>
|
||||
<li>
|
||||
|
@ -33,7 +33,7 @@ Hibernate provides both<ul>
|
|||
an implementation of the <a href="http://jcp.org/en/jsr/detail?id=317">JSR-317</a> 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)
|
||||
</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue