Author: tfischer
Date: Mon May 1 10:19:05 2006
New Revision: 398636
URL: http://svn.apache.org/viewcvs?rev=398636&view=rev
Log:
- Fixed the wrong description for torque.enableJava5Features
- added a missing full stop
- movead a description of the complexObjectModel near to similar features.
Modified:
db/torque/generator/trunk/xdocs/properties-reference.xml
Modified: db/torque/generator/trunk/xdocs/properties-reference.xml
URL:
http://svn.apache.org/viewcvs/db/torque/generator/trunk/xdocs/properties-reference.xml?rev=398636&r1=398635&r2=398636&view=diff
==============================================================================
--- db/torque/generator/trunk/xdocs/properties-reference.xml (original)
+++ db/torque/generator/trunk/xdocs/properties-reference.xml Mon May 1
10:19:05 2006
@@ -326,14 +326,6 @@
<td>A string to pre-pend to the file names of base data and peer
objects.</td>
</tr>
<tr>
- <td><code>torque.complexObjectModel</code></td>
- <td><code>true</code></td>
- <td>
- If true, Torque generates data objects with collection support and
- methods to easily retrieve foreign key relationships.
- </td>
- </tr>
- <tr>
<td><code>torque.useClasspath</code></td>
<td><code>false</code></td>
<td>
@@ -351,6 +343,14 @@
</td>
</tr>
<tr>
+ <td><code>torque.complexObjectModel</code></td>
+ <td><code>true</code></td>
+ <td>
+ If true, Torque generates data objects with collection support and
+ methods to easily retrieve foreign key relationships.
+ </td>
+ </tr>
+ <tr>
<td><code>torque.objectIsCaching</code></td>
<td><code>true</code></td>
<td>
@@ -361,6 +361,15 @@
</td>
</tr>
<tr>
+ <td><code>torque.silentDbFetch</code></td>
+ <td><code>true</code></td>
+ <td>
+ If true and torque.objectIsCaching is true, Torque silently fetches
+ foreign key relation collections if the collection is not yet
+ initialized.
+ </td>
+ </tr>
+ <tr>
<td><code>torque.correctGetters</code></td>
<td><code>false</code></td>
<td>
@@ -380,14 +389,15 @@
<td><code>torque.BeanSuffix</code></td>
<td><code>Bean</code></td>
<td>
- A string to append to the name of generated Beans
+ A string to append to the name of generated Beans.
</td>
</tr>
<tr>
<td><code>torque.enableJava5Features</code></td>
- <td><code>Bean</code></td>
+ <td><code>false</code></td>
<td>
- If true, Torque will use generics in the generated classes.
+ Whether Java5 generics and iteration shorthand should be used
+ in generated code.
</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]