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()
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