Update of /cvsroot/hibernate/Hibernate2/doc/reference/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6333
Modified Files:
advanced_or_mapping.xml basic_or_mapping.xml
Log Message:
Typos fixed
Index: advanced_or_mapping.xml
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/advanced_or_mapping.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** advanced_or_mapping.xml 28 Jan 2003 10:35:52 -0000 1.7
--- advanced_or_mapping.xml 28 Jan 2003 12:15:51 -0000 1.8
***************
*** 75,83 ****
Collections may contain almost any other Hibernate type, including all basic types,
custom types, entity types and components. Collections may not contain other
! collections. The contained type is referred to as the emphasis>collection element
type</emphasis>. Collection elements are mapped by using <literal><element></literal>,
<literal><composite-element></literal>, <literal><one-to-many></literal> or
<literal><many-to-many></literal>.
- </para>
</para>
--- 75,82 ----
Collections may contain almost any other Hibernate type, including all basic types,
custom types, entity types and components. Collections may not contain other
! collections. The contained type is referred to as the <emphasis>collection element
type</emphasis>. Collection elements are mapped by using <literal><element></literal>,
<literal><composite-element></literal>, <literal><one-to-many></literal> or
<literal><many-to-many></literal>.
</para>
Index: basic_or_mapping.xml
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/basic_or_mapping.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** basic_or_mapping.xml 28 Jan 2003 10:35:52 -0000 1.4
--- basic_or_mapping.xml 28 Jan 2003 12:15:51 -0000 1.5
***************
*** 847,851 ****
<para>
! The <literal><dynabean></literal> element allows a <literal>DynaBean</literal>
to be mapped as a component. Please see the documentation for Apache Jakarta
commons-beanutils for more information about <literal>DynaBean</literal>s.
--- 847,851 ----
<para>
! The <literal><dynabean></literal> element allows a <literal>DynaBean</literal>
to be mapped as a component. Please see the documentation for Apache Jakarta
commons-beanutils for more information about <literal>DynaBean</literal>s.
|