Fixed dupe keys

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@5148 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2005-01-11 01:05:30 +00:00
parent ffab0b103a
commit 601a4c9dfe
1 changed files with 5 additions and 5 deletions

View File

@ -287,7 +287,7 @@ kittens = cat.getKittens(); //Okay, kittens collection is a Set
<programlistingco> <programlistingco>
<areaspec> <areaspec>
<area id="key1" coords="1 45"/> <area id="element1" coords="1 45"/>
</areaspec> </areaspec>
<programlisting><![CDATA[<key column="column_name"/>]]></programlisting> <programlisting><![CDATA[<key column="column_name"/>]]></programlisting>
<calloutlist> <calloutlist>
@ -367,21 +367,21 @@ kittens = cat.getKittens(); //Okay, kittens collection is a Set
<programlistingco> <programlistingco>
<areaspec> <areaspec>
<area id="element1" coords="2 45"/> <area id="element1b" coords="2 45"/>
<area id="element2" coords="3 45"/> <area id="element2b" coords="3 45"/>
</areaspec> </areaspec>
<programlisting><![CDATA[<element <programlisting><![CDATA[<element
column="column_name" column="column_name"
type="typename" type="typename"
/>]]></programlisting> />]]></programlisting>
<calloutlist> <calloutlist>
<callout arearefs="element1"> <callout arearefs="element1b">
<para> <para>
<literal>column</literal> (required): The name of the column holding the <literal>column</literal> (required): The name of the column holding the
collection element values. collection element values.
</para> </para>
</callout> </callout>
<callout arearefs="element2"> <callout arearefs="element2b">
<para> <para>
<literal>type</literal> (required): The type of the collection element. <literal>type</literal> (required): The type of the collection element.
</para> </para>