|
As it seems, the query execution code path in OGM never triggers an auto-flush, thus entries inserted in the current session are not returned by queries. OTOH an auto-flush upon query execution may be unwanted at least for non-transactional stores, so maybe that's more a documentation issue.
|