-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Cascade delete and 'generic' delete
PostPosted: Fri Aug 03, 2007 8:17 am 
Newbie

Joined: Fri Aug 03, 2007 8:00 am
Posts: 1
Is it possible to distinguish in DeleteEventListener between 'generic' delete and delete caused by cascade? An example:
Code:
class Document {...}

class User
{
   @OneToMany (mappedBy="user", cascade=CascadeType.REMOVE)
   private List<Document> documents;
}

Now, I would like to know if
- a document is being deleted by session.delete(someDoc)
or
- a document is being deleted because an invocation of session.delete(someUser) cascades delete operation to this document


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.