Hi, I'm wondering if there is a way to have post-persisted, pre-committed, objects show up in queries?
ie: the object has been persisted, but not yet committed.
Dave
Hi, I'm wondering if there is a way to have post-persisted, pre-committed, objects show up in queries?
ie: the object has been persisted, but not yet committed.
Dave
Yes, by setting the flush mode.
thanks, worked for me.