-->
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: Session.update(Object) and Interceptors
PostPosted: Mon Apr 25, 2005 3:44 am 
Beginner
Beginner

Joined: Wed Apr 13, 2005 2:03 pm
Posts: 34
Hibernate 3.0
MySQL
ThreadLocal session objects

I have a session upon which I attach an interceptor.

When I call:

Session.save(object)

The interceptor's onSave method runs for new objects and onFlushDirty runs for updated objects.

When I call:

Session.update(object)

or

Session.replicate(object, ReplicationMode.OVERWRITE)

Neither onSave nore onFlushDirty seems to run. Is this a bug of some sort? Or is there an alternate way to trap update or replicaiton events?


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.