Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by KevinWilliams:
http://wiki.apache.org/ws/WorkingWithRelationships

------------------------------------------------------------------------------
  
     DataObject root = select.executeQuery();
     DataObject customer = root.getDataObject("CUSTOMER[1]");
+    List orders = customer.getList("orders");
- 
-    assertEquals(2, customer.getList("orders").size());
- 
  }}}
  
  The client must also provide some mapping information in the configuration 
file to define to the DAS how the queried tables are related.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to