posted 15 years ago
That's one of the things that's container dependent.
It might do a query on the LINEITEM table requesting every record with the correct orderId whenever a collection of lineitems is requested for example (in fact that's the most likely scenario).
Of it might keep an internal list of them for each order that's been loaded (less likely).
[ September 15, 2006: Message edited by: Jeroen T Wenting ]