Update of /cvsroot/hibernate/Hibernate2/doc/reference/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6926/reference/src
Modified Files:
advanced_or_mapping.xml
Log Message:
fixed some minor doco bigs
Index: advanced_or_mapping.xml
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/advanced_or_mapping.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** advanced_or_mapping.xml 23 Feb 2003 13:53:24 -0000 1.10
--- advanced_or_mapping.xml 27 Mar 2003 11:29:38 -0000 1.11
***************
*** 173,178 ****
<para>
<literal>cascade</literal> (optional - defaults to <literal>none</literal>)
! enable operations to cascade to child entities (not used for toplevel
! collections)
</para>
</callout>
--- 173,177 ----
<para>
<literal>cascade</literal> (optional - defaults to <literal>none</literal>)
! enable operations to cascade to child entities
</para>
</callout>
***************
*** 305,310 ****
An association from <literal>Foo</literal> to <literal>Bar</literal> requires the
addition of a key column and possibly an index column to the table of the contained
! entity class, <literal>Bar</literal>. If the association is declared toplevel, a
! foreign key column is required in the table of <literal>Foo</literal>.
</para>
--- 304,308 ----
An association from <literal>Foo</literal> to <literal>Bar</literal> requires the
addition of a key column and possibly an index column to the table of the contained
! entity class, <literal>Bar</literal>.
</para>
***************
*** 726,733 ****
<para>
! The properties of a component may be of any Hibernate type (nested and toplevel
! collections, many-to-one associations, other components, etc). Nested components
! should <emphasis>not</emphasis> be considered an exotic usage. Hibernate is intended
! to support a very fine-grained object model.
</para>
--- 724,731 ----
<para>
! The properties of a component may be of any Hibernate type (collections, many-to-one
! associations, other components, etc). Nested components should <emphasis>not</emphasis>
! be considered an exotic usage. Hibernate is intended to support a very fine-grained
! object model.
</para>
|