[EMAIL PROTECTED] wrote:

Yes, I know that, but if I am in my custom RowReader extending
DefaultRowReader, how can I get a reference to the PersisitenceBroker ? In
other words, is there a way to navigate OJB from RowReader.readObjectFrom()
to the PersistenceBroker ?


Mhm, not directly. You could try to obtain a persistence broker instance the normal way (e.g. standard PersistenceBroker Api) from within the row reader, but I don't know whether that works.
Are you sure that your customly-loaded objects are not cached (I see no reason why a custom row reader should affect the cache handling as long as the custom objects have a valid identity) ?


Tom


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to