Hi everybody,

There is something I can not figure out concerning auto-delete attribute (I
use OJB 1.0-rc with Oracle 8.16)
I have a persistent object having a reference to a collection through a
1..N relationship.
The collection is mapped to a materialized view.
Althought I set the auto-delete attribute for this collection to 'false',
when I try to delete the main object, OJB tryes to delete the rows in the
materialized view.
I logged all SQL queries using P6spy and there actually is a delete
statement which is performed (and of course fails since it tries to delete
rows in a materialized view).
Do I missunderstand the behaviour of auto-delete or do I miss something
else ?
Thanks for giving some clues,

Thomas



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

Reply via email to