/[Apache-SVN]/incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-derby.orm
ViewVC logotype

Diff of /incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-derby.orm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-derby.orm	2005/04/20 21:20:10	162072
+++ incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-derby.orm	2005/04/20 21:24:41	162073
@@ -16,9 +16,11 @@ has application identity.
         </class>
 
         <class name="Company" table="companies">
-            <field name="companyid" column="ID" primary-key="true"/>
+            <field name="companyid" primary-key="true"/>
+                <column name="ID"/>
             <field name="name" column="NAME"/>
-            <field name="founded" column="FOUNDEDDATE"/>
+            <field name="founded"/>
+                <column name="FOUNDEDDATE"/>
             <field name="address">
                 <embedded null-indicator-column="COUNTRY">
                     <field name="street" column="STREET"/>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26