From: <one...@us...> - 2003-01-14 14:07:39
|
Update of /cvsroot/hibernate/Hibernate2/doc/api In directory sc8-pr-cvs1:/tmp/cvs-serv30892/doc/api Modified Files: package.html Log Message: fixed Javadoc bugs Index: package.html =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/doc/api/package.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** package.html 1 Jan 2003 13:42:58 -0000 1.1.1.1 --- package.html 14 Jan 2003 14:07:01 -0000 1.2 *************** *** 3,26 **** This documentation concentrates upon the <b>Core API</b> interfaces: ! <li><tt>cirrus.hibernate.Hibernate</tt></li> ! <li><tt>cirrus.hibernate.Session</tt></li> ! <li><tt>cirrus.hibernate.SessionFactory</tt></li> ! <li><tt>cirrus.hibernate.Transaction</tt></li> ! <li><tt>cirrus.hibernate.Datastore</tt></li> These interfaces are exposed to the application.<br> <br> ! The <b>Extension API</b> is intended to be used by application programmers ! to extend Hibernate functionality. None of these interfaces are intended to be exposed to the application - they are called internally by Hibernate. ! This API is less stable than the Core API. The safest way to extend ! functionality is to contribute extensions back to the project; that way extensions will be updated when the Extension API changes.<br> <br> Full Hibernate documentation may be found at <a href="http://hibernate.sourceforge.net">hibernate.sourceforge.net</a>. ! @see cirrus.hibernate.Hibernate ! @see cirrus.hibernate.Session ! @see cirrus.hibernate.SessionFactory ! @see cirrus.hibernate.Transaction ! @see cirrus.hibernate.Datastore </body> --- 3,28 ---- This documentation concentrates upon the <b>Core API</b> interfaces: ! <li><tt>net.sf.hibernate.Hibernate</tt></li> ! <li><tt>net.sf.hibernate.Session</tt></li> ! <li><tt>net.sf.hibernate.SessionFactory</tt></li> ! <li><tt>net.sf.hibernate.Transaction</tt></li> ! <li><tt>net.sf.hibernate.Query</tt></li> ! <li><tt>net.sf.hibernate.ScrollableResults</tt></li> These interfaces are exposed to the application.<br> <br> ! The <b>Extension API</b> is intended to be used by application programmers ! to extend Hibernate functionality. None of these interfaces are intended to be exposed to the application - they are called internally by Hibernate. ! This API is less stable than the Core API. The safest way to extend ! functionality is to contribute extensions back to the project; that way extensions will be updated when the Extension API changes.<br> <br> Full Hibernate documentation may be found at <a href="http://hibernate.sourceforge.net">hibernate.sourceforge.net</a>. ! @see net.sf.hibernate.Hibernate ! @see net.sf.hibernate.Session ! @see net.sf.hibernate.SessionFactory ! @see net.sf.hibernate.Transaction ! @see net.sf.hibernate.Query ! @see net.sf.hibernate.ScrollableResults </body> |