Re: [Hibernate] evict method propagation on many-to-one relation

2004-05-14 Thread Christian Bauer
On 14 May (14:08), Hess Yvan wrote: > I would to know when I execute a session.evict() on an Object that contains > many-to-one relation, if automatically all 'linked' element are also evicted > or if I have to apply the evict method to all linked object. In my case, I Hibernate cascades evict()

[Hibernate] evict method propagation on many-to-one relation

2004-05-14 Thread Hess Yvan
Hi, I would to know when I execute a session.evict() on an Object that contains many-to-one relation, if automatically all 'linked' element are also evicted or if I have to apply the evict method to all linked object. In my case, I have a Document element that contains first a self reference on it