don't doc nice functionality that doesn't exist :(

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6690 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-05-04 05:08:13 +00:00
parent 7c29fe60da
commit fa5ff8dd9a
2 changed files with 9 additions and 8 deletions

View File

@ -420,9 +420,9 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
<programlistingco>
<areaspec>
<area id="element1b" coords="2 45"/>
<area id="element2b" coords="3 45"/>
<area id="element3b" coords="4 45"/>
<area id="element1b" coords="2 50"/>
<area id="element2b" coords="3 50"/>
<area id="element3b" coords="4 50"/>
</areaspec>
<programlisting><![CDATA[<element
column="column_name"
@ -433,6 +433,7 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
scale="N"
not-null="true|false"
unique="true|false"
node="element-name"
/>]]></programlisting>
<calloutlist>
<callout arearefs="element1b">
@ -478,7 +479,7 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
unique="true|false"
not-found="ignore|exception"
entity-name="EntityName"
node="element-name|element/@attribute"
node="element-name"
embed-xml="true|false"
/>]]></programlisting>
<calloutlist>
@ -636,7 +637,7 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
class="ClassName"
not-found="ignore|exception"
entity-name="EntityName"
node="element-name|element/@attribute"
node="element-name"
embed-xml="true|false"
/>]]></programlisting>
<calloutlist>

View File

@ -168,7 +168,7 @@
type="string"/>
<one-to-many entity-name="Account"
embed-xml="false"
node="account/@id"/>
node="account"/>
</map>
<component name="name"
@ -197,8 +197,8 @@
</para>
<programlisting><![CDATA[<customer id="123456789">
<account id="987632567" short-desc="Savings"/>
<account id="985612323" short-desc="Credit Card"/>
<account short-desc="Savings">987632567</account>
<account short-desc="Credit Card">985612323</account>
<name>
<first-name>Gavin</first-name>
<initial>A</initial>