You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/10/25 22:18:08 UTC

svn commit: r1402318 - in /db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm: step3-ant.xml step3-maven.xml

Author: tfischer
Date: Thu Oct 25 20:18:08 2012
New Revision: 1402318

URL: http://svn.apache.org/viewvc?rev=1402318&view=rev
Log:
TORQUE-235: fix Bugs in tutorial

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-ant.xml
    db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-maven.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-ant.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-ant.xml?rev=1402318&r1=1402317&r2=1402318&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-ant.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-ant.xml Thu Oct 25 20:18:08 2012
@@ -52,7 +52,7 @@
   The object model consists of eight classes for each
   table in your schema.  For example, the
   <em>author</em> table, defined in this tutorial,
-  will result in the following four classes:
+  will result in the following eight classes:
   <em>Author</em>, <em>AuthorPeer</em>, 
   <em>AuthorPeerImpl</em>, <em>AuthorPeerRecordMapper</em>,
   <em>BaseAuthor</em>, <em>BaseAuthorPeer</em>, 

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-maven.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-maven.xml?rev=1402318&r1=1402317&r2=1402318&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-maven.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step3-maven.xml Thu Oct 25 20:18:08 2012
@@ -52,7 +52,7 @@
   The object model consists of eight classes for each
   table in your schema.  For example, the
   <em>author</em> table, defined in this tutorial,
-  will result in the following four classes:
+  will result in the following eight classes:
   <em>Author</em>, <em>AuthorPeer</em>, 
   <em>AuthorPeerImpl</em>, <em>AuthorPeerRecordMapper</em>,
   <em>BaseAuthor</em>, <em>BaseAuthorPeer</em>, 



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org