Author: tfischer
Date: Mon Dec 10 20:57:29 2012
New Revision: 1419759

URL: http://svn.apache.org/viewvc?rev=1419759&view=rev
Log:
TORQUE-236 add UML diagram of generated classes to tutorial

Added:
    
db/torque/torque4/trunk/torque-site/src/site/resources/images/generated-classes.png
   (with props)
Modified:
    
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step3-ant.xml
    
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step3-maven.xml

Added: 
db/torque/torque4/trunk/torque-site/src/site/resources/images/generated-classes.png
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/resources/images/generated-classes.png?rev=1419759&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
db/torque/torque4/trunk/torque-site/src/site/resources/images/generated-classes.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: 
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step3-ant.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step3-ant.xml?rev=1419759&r1=1419758&r2=1419759&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step3-ant.xml
 (original)
+++ 
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step3-ant.xml
 Mon Dec 10 20:57:29 2012
@@ -51,14 +51,16 @@
 <p>
   The object model consists of eight classes for each
   table in your schema.  For example, the
-  <em>author</em> table, defined in this tutorial,
+  <em>book</em> table, defined in this tutorial,
   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>, 
-  <em>BaseAuthorPeerImpl</em>, and <em>BaseAuthorPeerRecordMapper</em>
-  (a discussion on the use of these classes is deferred
-  until we write our sample application).
+  <em>Book</em>, <em>BookPeer</em>, 
+  <em>BookPeerImpl</em>, <em>BookRecordMapper</em>,
+  <em>BaseBook</em>, <em>BaseBookPeer</em>, 
+  <em>BaseBookPeerImpl</em>, and <em>BaseBookRecordMapper</em>
+  (a detailed discussion on the use of these classes is deferred
+  until we write our sample application). See the image below for
+  a UML class diagram of the generated classes and their relations.
+  <img src="../../../images/generated-classes.png" alt="generated classes"/>
 </p>
 
 <p>

Modified: 
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step3-maven.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step3-maven.xml?rev=1419759&r1=1419758&r2=1419759&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step3-maven.xml
 (original)
+++ 
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/tutorial/orm/step3-maven.xml
 Mon Dec 10 20:57:29 2012
@@ -51,14 +51,16 @@
 <p>
   The object model consists of eight classes for each
   table in your schema.  For example, the
-  <em>author</em> table, defined in this tutorial,
+  <em>book</em> table, defined in this tutorial,
   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>, 
-  <em>BaseAuthorPeerImpl</em>, and <em>BaseAuthorPeerRecordMapper</em>
-  (a discussion on the use of these classes is deferred
-  until we write our sample application).
+  <em>Book</em>, <em>BookPeer</em>, 
+  <em>BookPeerImpl</em>, <em>BookRecordMapper</em>,
+  <em>BaseBook</em>, <em>BaseBookPeer</em>, 
+  <em>BaseBookPeerImpl</em>, and <em>BaseBookRecordMapper</em>
+  (a detailed discussion on the use of these classes is deferred
+  until we write our sample application). See the image below for
+  a UML class diagram of the generated classes and their relations.
+  <img src="../../../images/generated-classes.png" alt="generated classes"/>
 </p>
 
 <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to