When is a BLOB property fetched?

2010-10-06 Thread Ricardo J. Parada
Let's say I have an EO with a class property that is a BLOB. Is the BLOB fetched when the accessor method gets called? Or is it fetched when the EO is fetched? Thanks, Ricardo ___ Do not post admin requests to the list. They will be ignored.

Re: When is a BLOB property fetched?

2010-10-06 Thread Mike Schrag
it's an attribute like any other, so it's fetched when the EO is fetched ... this is why most people recommend pushing blobs into other entities. ms On Oct 6, 2010, at 12:38 PM, Ricardo J. Parada wrote: Let's say I have an EO with a class property that is a BLOB. Is the BLOB fetched when