[hibernate-dev] document update change?

Ales Justin ales.justin at gmail.com
Wed Apr 1 06:39:15 EDT 2015


> I expect our Update routines to still work. I don't know what the code
> you're showing does though, as those are not our APIs.
> 
> If you could share a test using our APIs I'll look at it.

What about if you run our test? :-)
(it should be easy -- once you have all CD projects checked-out and built)

> The only thing I can think of is that now there's an explicit FLUSH
> type of Work, if you miss that you might hit stale (deleted) values
> with a Query.. but this mistake should only be possible if you're
> driving the backend directly as our public APIs generate them as
> needed.

Do we need to call this flush explicitly?

As I added Thread::sleep(3000) between update and lookup, and it didn't help.

-Ales



More information about the hibernate-dev mailing list