|
As discussed on IRC, the behavior is the same now as in ORM, i.e. by default we do an auto-flush, no matter whether the store supports proper TX or not. If that's undesirable, a user can turn off auto-flushing e.g. via Query#setFlushMode( FlushMode.MANUAL ).
|