You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2003/05/24 03:24:34 UTC

cvs commit: db-ojb/src/test/org/apache/ojb Test_ClassDescriptor.xml

arminw      2003/05/23 18:24:34

  Modified:    src/test/org/apache/ojb Test_ClassDescriptor.xml
  Log:
  adopt for new MetadataTest
  
  Revision  Changes    Path
  1.3       +34 -0     db-ojb/src/test/org/apache/ojb/Test_ClassDescriptor.xml
  
  Index: Test_ClassDescriptor.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/Test_ClassDescriptor.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Test_ClassDescriptor.xml	19 Feb 2003 21:13:26 -0000	1.2
  +++ Test_ClassDescriptor.xml	24 May 2003 01:24:33 -0000	1.3
  @@ -31,5 +31,39 @@
           />
       </class-descriptor>
   
  +    <class-descriptor
  +   	  class="org.apache.ojb.broker.util.sequence.HighLowSequence"
  +   	  table="OJB_HL_SEQ"
  +   >
  +      <field-descriptor
  +         name="tableName"
  +         column="TABLENAME"
  +         jdbc-type="VARCHAR"
  +         primarykey="true"
  +      />
  +      <field-descriptor
  +         name="fieldName"
  +         column="FIELDNAME"
  +         jdbc-type="VARCHAR"
  +         primarykey="true"
  +      />
  +      <field-descriptor
  +         name="maxKey"
  +         column="MAX_KEY"
  +         jdbc-type="INTEGER"
  +      />
  +      <field-descriptor
  +         name="grabSize"
  +         column="GRAB_SIZE"
  +         jdbc-type="INTEGER"
  +      />
  +      <field-descriptor
  +         name="version"
  +         column="VERSION"
  +         jdbc-type="INTEGER"
  +         locking="true"
  +      />
  +   </class-descriptor>
  +
   
   </descriptor-repository>