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:
parent
7c29fe60da
commit
fa5ff8dd9a
|
@ -420,9 +420,9 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
|
||||||
|
|
||||||
<programlistingco>
|
<programlistingco>
|
||||||
<areaspec>
|
<areaspec>
|
||||||
<area id="element1b" coords="2 45"/>
|
<area id="element1b" coords="2 50"/>
|
||||||
<area id="element2b" coords="3 45"/>
|
<area id="element2b" coords="3 50"/>
|
||||||
<area id="element3b" coords="4 45"/>
|
<area id="element3b" coords="4 50"/>
|
||||||
</areaspec>
|
</areaspec>
|
||||||
<programlisting><![CDATA[<element
|
<programlisting><![CDATA[<element
|
||||||
column="column_name"
|
column="column_name"
|
||||||
|
@ -433,6 +433,7 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
|
||||||
scale="N"
|
scale="N"
|
||||||
not-null="true|false"
|
not-null="true|false"
|
||||||
unique="true|false"
|
unique="true|false"
|
||||||
|
node="element-name"
|
||||||
/>]]></programlisting>
|
/>]]></programlisting>
|
||||||
<calloutlist>
|
<calloutlist>
|
||||||
<callout arearefs="element1b">
|
<callout arearefs="element1b">
|
||||||
|
@ -478,7 +479,7 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
|
||||||
unique="true|false"
|
unique="true|false"
|
||||||
not-found="ignore|exception"
|
not-found="ignore|exception"
|
||||||
entity-name="EntityName"
|
entity-name="EntityName"
|
||||||
node="element-name|element/@attribute"
|
node="element-name"
|
||||||
embed-xml="true|false"
|
embed-xml="true|false"
|
||||||
/>]]></programlisting>
|
/>]]></programlisting>
|
||||||
<calloutlist>
|
<calloutlist>
|
||||||
|
@ -636,7 +637,7 @@ kittens = cat.getKittens(); // Okay, kittens collection is a Set
|
||||||
class="ClassName"
|
class="ClassName"
|
||||||
not-found="ignore|exception"
|
not-found="ignore|exception"
|
||||||
entity-name="EntityName"
|
entity-name="EntityName"
|
||||||
node="element-name|element/@attribute"
|
node="element-name"
|
||||||
embed-xml="true|false"
|
embed-xml="true|false"
|
||||||
/>]]></programlisting>
|
/>]]></programlisting>
|
||||||
<calloutlist>
|
<calloutlist>
|
||||||
|
|
|
@ -168,7 +168,7 @@
|
||||||
type="string"/>
|
type="string"/>
|
||||||
<one-to-many entity-name="Account"
|
<one-to-many entity-name="Account"
|
||||||
embed-xml="false"
|
embed-xml="false"
|
||||||
node="account/@id"/>
|
node="account"/>
|
||||||
</map>
|
</map>
|
||||||
|
|
||||||
<component name="name"
|
<component name="name"
|
||||||
|
@ -197,8 +197,8 @@
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<programlisting><![CDATA[<customer id="123456789">
|
<programlisting><![CDATA[<customer id="123456789">
|
||||||
<account id="987632567" short-desc="Savings"/>
|
<account short-desc="Savings">987632567</account>
|
||||||
<account id="985612323" short-desc="Credit Card"/>
|
<account short-desc="Credit Card">985612323</account>
|
||||||
<name>
|
<name>
|
||||||
<first-name>Gavin</first-name>
|
<first-name>Gavin</first-name>
|
||||||
<initial>A</initial>
|
<initial>A</initial>
|
||||||
|
|
Loading…
Reference in New Issue