You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2008/09/17 17:50:32 UTC

svn commit: r696346 - /openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_mapping.xml

Author: mikedd
Date: Wed Sep 17 08:50:31 2008
New Revision: 696346

URL: http://svn.apache.org/viewvc?rev=696346&view=rev
Log:
OPENJPA-727 merge revision 696343 to 1.2.x. Removing reference to missing image file.

Modified:
    openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_mapping.xml

Modified: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_mapping.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_mapping.xml?rev=696346&r1=696345&r2=696346&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_mapping.xml (original)
+++ openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_mapping.xml Wed Sep 17 08:50:31 2008
@@ -184,23 +184,11 @@
 to other tables.
         </para>
         <para>
-The example below maps classes to tables according to the following diagram. The
+The example below maps classes to tables to separate schemas. The
 <literal>CONTRACT</literal>, <literal>SUB</literal>, and <literal>LINE_ITEM
 </literal> tables are in the <literal>CNTRCT</literal> schema; all other tables
 are in the default schema.
         </para>
-        <mediaobject>
-            <imageobject>
-                <!-- PNG image data, 513 x 410 (see README) -->
-                <imagedata fileref="img/mapping-tables.png" width="341px"/>
-                
-            </imageobject>
-        </mediaobject>
-        <para>
-Note that the diagram does not include our model's <classname>Document
-</classname> and <classname>Address</classname> classes. Mapped superclasses and
-embeddable classes are never mapped to tables.
-        </para>
         <example id="jpa_overview_mapping_classex">
             <title>
                 Mapping Classes