[HHH-2568] Hibernate javadoc overview refering wrong classes and packages
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12720 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
751ebd59dc
commit
af1f49bdc1
|
@ -11,9 +11,9 @@ This documentation concentrates upon the following <b>Core API</b> interfaces:
|
|||
<li><tt>org.hibernate.Criteria</tt></li>
|
||||
<li><tt>org.hibernate.ScrollableResults</tt></li>
|
||||
<li><tt>org.hibernate.cfg.Configuration</tt></li>
|
||||
<li><tt>org.hibernate.expression.Expression</tt></li>
|
||||
<li><tt>org.hibernate.expression.Order</tt></li>
|
||||
<li><tt>org.hibernate.expression.Example</tt></li>
|
||||
<li><tt>org.hibernate.criterion.Restrictions</tt></li>
|
||||
<li><tt>org.hibernate.criterion.Order</tt></li>
|
||||
<li><tt>org.hibernate.criterion.Example</tt></li>
|
||||
These interfaces are fully intended to be exposed to application code.<br>
|
||||
<br>
|
||||
The <b>Extension API</b> is intended to be used by application programmers
|
||||
|
@ -33,7 +33,7 @@ Full Hibernate documentation may be found at
|
|||
@see org.hibernate.Criteria
|
||||
@see org.hibernate.ScrollableResults
|
||||
@see org.hibernate.cfg.Configuration
|
||||
@see org.hibernate.expression.Expression
|
||||
@see org.hibernate.expression.Order
|
||||
@see org.hibernate.expression.Example
|
||||
@see org.hibernate.criterion.Restrictions
|
||||
@see org.hibernate.criterion.Order
|
||||
@see org.hibernate.criterion.Example
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue