brj 2005/05/22 09:17:21
Modified: src/test/org/apache/ojb repository_junit.xml
Log:
new relationship 'managers' in company
Revision Changes Path
1.132 +14 -1 db-ojb/src/test/org/apache/ojb/repository_junit.xml
Index: repository_junit.xml
===================================================================
RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/repository_junit.xml,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- repository_junit.xml 11 Mar 2005 16:59:25 -0000 1.131
+++ repository_junit.xml 22 May 2005 16:17:20 -0000 1.132
@@ -1979,6 +1979,19 @@
<!-- only for testing we use the second PK in base class Employee as
FK -->
<inverse-foreignkey field-ref="id_2"/>
</collection-descriptor>
+
+ <collection-descriptor
+ name="managers"
+
element-class-ref="org.apache.ojb.broker.InheritanceMultipleTableTest$Manager"
+ proxy="false"
+ auto-retrieve="true"
+ auto-update="object"
+ auto-delete="object"
+ >
+ <!-- only for testing we use the second PK in base class Manager as
FK -->
+ <inverse-foreignkey field-ref="id_2"/>
+ </collection-descriptor>
+
</class-descriptor>
<class-descriptor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]