I don't know what that is either, but I assume you're getting a concurrency exception (StaleState or something like that - I forget).
Executable HQL doesn't affect anything in memory. Period. I guess you'll need to evict those affected items from the session. On Fri, Sep 17, 2010 at 2:37 PM, Fabio Maulo <[email protected]> wrote: > What is OneShotDeleteHandler ? > > > On Fri, Sep 17, 2010 at 11:46 AM, epitka <[email protected]> wrote: > >> Anybody knows how to suppress NH from issuing deletes of the entities >> that I already deleted using HQL delete query in OneShotDeleteHandler? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "nhusers" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<nhusers%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/nhusers?hl=en. >> >> > > > -- > Fabio Maulo > > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
