You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by jd...@db.apache.org on 2005/02/09 23:42:48 UTC

[Apache JDO Wiki] Updated: DefaultMappingMetadata

   Date: 2005-02-09T14:42:48
   Editor: MichelleCaisse
   Wiki: Apache JDO Wiki
   Page: DefaultMappingMetadata
   URL: http://wiki.apache.org/jdo/DefaultMappingMetadata

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,3 +1,6 @@
+This is the default mapping of the Company model.
+{{{
+CREATE TABLE addresses {
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE jdo PUBLIC "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 1.0//EN" "http://java.sun.com/dtd/jdo_1_0.dtd">
 
@@ -130,4 +133,4 @@
         </class>
     </package>
 </orm>
-
+}}}