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: Interceptor onFlushDirty collections - previous and current
PostPosted: Tue May 04, 2010 8:27 am 
Newbie

Joined: Tue May 04, 2010 8:15 am
Posts: 5
When calling Session.merge(entity)

The interceptor's onFlushDirty is called and the previous state for all of the simple properties "as int or string types" correctly passes the previous values, but with a collection the previous value is always the same as the current value!!!!

Also when we try to get the previous value as follow

Code:
IPersistentCollection persistentCollectionObject = (IPersistentCollection)currentState[index];
if (persistentCollectionObject.IsDirty)
{
    prevCollectionObject= persistentCollectionObject.StoredSnapshot;
}


we got the same result.

And sometimes when we try to execute Merge method, the onFlushDirty method did not execute...


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.