~ubuntu-branches/ubuntu/wily/libhibernate3-java/wily-proposed

« back to all changes in this revision

Viewing changes to doc/api/package.html

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-10-14 14:43:34 UTC
  • Revision ID: james.westby@ubuntu.com-20071014144334-eamc8i0q10gs1aro
Tags: upstream-3.2.5
ImportĀ upstreamĀ versionĀ 3.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<body>
 
2
 
 
3
<h2>Hibernate API</h2>
 
4
 
 
5
This documentation concentrates upon the following <b>Core API</b> interfaces:
 
6
<li><tt>org.hibernate.Hibernate</tt></li>
 
7
<li><tt>org.hibernate.Session</tt></li>
 
8
<li><tt>org.hibernate.SessionFactory</tt></li>
 
9
<li><tt>org.hibernate.Transaction</tt></li>
 
10
<li><tt>org.hibernate.Query</tt></li>
 
11
<li><tt>org.hibernate.Criteria</tt></li>
 
12
<li><tt>org.hibernate.ScrollableResults</tt></li>
 
13
<li><tt>org.hibernate.cfg.Configuration</tt></li>
 
14
<li><tt>org.hibernate.expression.Expression</tt></li>
 
15
<li><tt>org.hibernate.expression.Order</tt></li>
 
16
<li><tt>org.hibernate.expression.Example</tt></li>
 
17
These interfaces are fully intended to be exposed to application code.<br>
 
18
<br>
 
19
The <b>Extension API</b> is intended to be used by application programmers
 
20
to extend Hibernate functionality. None of these interfaces are intended
 
21
to be called by the application - they are called internally by Hibernate.
 
22
This API is less stable than the Core API. The safest way to extend
 
23
functionality is to contribute extensions back to the project; that way
 
24
extensions will be updated when the Extension API changes.<br>
 
25
<br>
 
26
Full Hibernate documentation may be found at
 
27
<a href="http://hibernate.org">hibernate.org</a>.
 
28
@see org.hibernate.Hibernate
 
29
@see org.hibernate.Session
 
30
@see org.hibernate.SessionFactory
 
31
@see org.hibernate.Transaction
 
32
@see org.hibernate.Query
 
33
@see org.hibernate.Criteria
 
34
@see org.hibernate.ScrollableResults
 
35
@see org.hibernate.cfg.Configuration
 
36
@see org.hibernate.expression.Expression
 
37
@see org.hibernate.expression.Order
 
38
@see org.hibernate.expression.Example
 
39
</body>