Say you have an object that is composed of other objects, for example
say we have Orders and Orders have LineItems. You may have an
OrderDAO that has a LineItemDAO. I'd like to hear how people
approach lazy loading and/or lazy updates. Meaning that if I'm
only reading/updating data on the Order I don't want to read/update all
the LineItems.
-Phil
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).
CFCDev is supported by New Atlanta, makers of BlueDragon
http://www.newatlanta.com/products/bluedragon/index.cfm
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
- [CFCDev] DAO and composition Phil Cruz
- Re: [CFCDev] DAO and composition Callum McGillivray
- Re: [CFCDev] DAO and composition Brian Klaas
- Re: [CFCDev] DAO and composition Bill Rawlinson
- Re: [CFCDev] DAO and composition Patrick McElhaney
- Re: [CFCDev] DAO and composition Scott Barnes
- Re: [CFCDev] DAO and composition Phil Cruz
