Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 19003 invoked from network); 1 May 2006 17:19:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2006 17:19:30 -0000 Received: (qmail 56411 invoked by uid 500); 1 May 2006 17:19:29 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 56390 invoked by uid 500); 1 May 2006 17:19:29 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 56379 invoked by uid 500); 1 May 2006 17:19:29 -0000 Received: (qmail 56376 invoked by uid 99); 1 May 2006 17:19:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 10:19:29 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 01 May 2006 10:19:28 -0700 Received: (qmail 18912 invoked by uid 65534); 1 May 2006 17:19:08 -0000 Message-ID: <20060501171908.18911.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r398636 - /db/torque/generator/trunk/xdocs/properties-reference.xml Date: Mon, 01 May 2006 17:19:08 -0000 To: torque-commits@db.apache.org From: tfischer@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 @@ A string to pre-pend to the file names of base data and peer objects. - torque.complexObjectModel - true - - If true, Torque generates data objects with collection support and - methods to easily retrieve foreign key relationships. - - - torque.useClasspath false @@ -351,6 +343,14 @@ + torque.complexObjectModel + true + + If true, Torque generates data objects with collection support and + methods to easily retrieve foreign key relationships. + + + torque.objectIsCaching true @@ -361,6 +361,15 @@ + torque.silentDbFetch + true + + If true and torque.objectIsCaching is true, Torque silently fetches + foreign key relation collections if the collection is not yet + initialized. + + + torque.correctGetters false @@ -380,14 +389,15 @@ torque.BeanSuffix Bean - A string to append to the name of generated Beans + A string to append to the name of generated Beans. torque.enableJava5Features - Bean + false - If true, Torque will use generics in the generated classes. + Whether Java5 generics and iteration shorthand should be used + in generated code. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org