Hibernate4 Event Listener Issue

Hi
I am facing issue when i am going to call SaveOrUpdateEventListener .
in my application i am calling Sequence in hibernate . so in hibernate 3.6 first saveOrUpdateCall and then it will execute Sequence. but in 4.1.1 When i a calling SaveOrUpdate Event first it call “AbstractSaveEventListener” and due to that i am not able to set proper value in my entity. can some one help me on that.
or is that any way that first we ca call “Customize SaveOrUpdateListener”

Thanks,