Re: Correct way to getRelatedObjects with each relatedObject reference to this object?
Thomas Vandahl <[email protected]> Fri, 13 Feb 2009 17:55:19 +0100
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <[email protected]> |
Brendan Miller wrote: > Is there a way I can pre-populate the Items' aPurchaseOrder to the > object I start with (po)? This will not provide you with the same instance, but your PurchaseOrder should have a method called getItemsJoinPurchaseOrder() (or similar) which will populate your items with the related PurchaseOrder. Bye, Thomas.