doc'd generated=true|false

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7872 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-08-12 01:50:55 +00:00
parent 01459a7636
commit a7404a39a8
1 changed files with 10 additions and 0 deletions

View File

@ -1235,6 +1235,7 @@
<area id="property9" coords="10 70"/> <area id="property9" coords="10 70"/>
<area id="property10" coords="11 70"/> <area id="property10" coords="11 70"/>
<area id="property11" coords="12 70"/> <area id="property11" coords="12 70"/>
<area id="property12" coords="13 70"/>
</areaspec> </areaspec>
<programlisting><![CDATA[<property <programlisting><![CDATA[<property
name="propertyName" name="propertyName"
@ -1248,6 +1249,7 @@
unique="true|false" unique="true|false"
not-null="true|false" not-null="true|false"
optimistic-lock="true|false" optimistic-lock="true|false"
generated="true|false"
node="element-name|@attribute-name|element/@attribute|." node="element-name|@attribute-name|element/@attribute|."
index="index_name" index="index_name"
unique_key="unique_key_id" unique_key="unique_key_id"
@ -1324,6 +1326,14 @@
this property is dirty. this property is dirty.
</para> </para>
</callout> </callout>
<callout arearefs="property12">
<para>
<literal>generated</literal> (optional - defaults to <literal>false</literal>):
Specifies that the value of this property is generated by the database (using a
trigger, for example), and that the generated value should be retrieved by Hibernate
after each SQL insert or update.
</para>
</callout>
</calloutlist> </calloutlist>
</programlistingco> </programlistingco>