From: <one...@us...> - 2002-11-11 23:57:19
|
Update of /cvsroot/hibernate/Hibernate/doc In directory usw-pr-cvs1:/tmp/cvs-serv24731/doc Modified Files: features.aft features.html Log Message: minor doco changes Index: features.aft =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/features.aft,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** features.aft 5 Nov 2002 13:40:53 -0000 1.28 --- features.aft 11 Nov 2002 23:57:13 -0000 1.29 *************** *** 11,14 **** --- 11,17 ---- [Support for extensive subset of Java collections API] |Map|, |Set|, |List|, |SortedMap|, |SortedSet|, arrays including primitive arrays, |Collection| [Collection instance management] Collection rows are garbage collected when dereferenced and moved between tables if a collection changes roles + [Extensible type system] powerful, innovative model of persistence types + * supports user-defined types + * includes built-in support for a rich subset of JDK types including |Currency|, |Locale|, |BigDecimal|, etc. **Object-oriented query language *************** *** 70,74 **** [Support for application assigned identifiers] [Support for composite keys] - [Extensible type system] supports user-defined types **Object / relational mapping documents --- 73,76 ---- Index: features.html =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/features.html,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** features.html 5 Nov 2002 13:40:53 -0000 1.48 --- features.html 11 Nov 2002 23:57:13 -0000 1.49 *************** *** 25,29 **** --- 25,34 ---- <dt><strong>Support for extensive subset of Java collections API</strong><dd> <tt>Map</tt>, <tt>Set</tt>, <tt>List</tt>, <tt>SortedMap</tt>, <tt>SortedSet</tt>, arrays including primitive arrays, <tt>Collection</tt></dd></dt> <dt><strong>Collection instance management</strong><dd> Collection rows are garbage collected when dereferenced and moved between tables if a collection changes roles</dd></dt> + <dt><strong>Extensible type system</strong><dd> powerful, innovative model of persistence types</dd></dt> </dl> + <ul> + <li> supports user-defined types</li> + <li> includes built-in support for a rich subset of JDK types including <tt>Currency</tt>, <tt>Locale</tt>, <tt>BigDecimal</tt>, etc.</li> + </ul> <!--End Section 2--> <h3><a name="Object-oriented query language">Object-oriented query language</a></h3> *************** *** 112,116 **** <dt><strong>Support for application assigned identifiers</strong><dd></dd></dt> <dt><strong>Support for composite keys</strong><dd></dd></dt> - <dt><strong>Extensible type system</strong><dd> supports user-defined types</dd></dt> </dl> <!--End Section 2--> --- 117,120 ---- |