> Does "session.ExecuteUpdate()" immediately hit the database or it waits
>
> until we say session.flush()?
Hibernate has a forum which the developers frequent and answer questions
on. For a question this specific, it's probably best to test it yourself
with a debugger. Failing that, second best is to ask one of the developers.
The short, but incomplete answer, is that it probably depends on what
flushing mode you've set.
http://forum.hibernate.org/
- Oliver