"Rano, Didier" wrote:
>
> Hello,
>
> My castor configuration generates this request :
>
> SELECT MTI_REF.MTI_REF_C, MTI_REF.MTI_TYP_C,
> VALRSR_CAR_MTI_REF.CAR_ID
> FROM MTI_REF, VALRSR_CAR_MTI_REF
> WHERE MTI_REF.MTI_REF_C = VALRSR_CAR_MTI_REF.MTI_REF_C(+)
> AND MTI_REF.MTI_REF_C = ?
>
> And I want request first MTI_REF and only when needed request
> VALRSR_CAR_MTI_REF.
>
> Is it possible ?
>
Didier,
I believe what you're asking here is for a parial materialization of the
object rather than a full materialization every time it's queried.
Currently, Castor does not support this functionality.
Bruce
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev