For the DAO method, when do updates occur? The wik...
# exposed
d
For the DAO method, when do updates occur? The wiki says '"Flushing" values to the database occurs at the end of the transaction or before next "select *" from the database.' What happens if I change my object outside of a transaction statement?
t
In that case entity will not be updated until you start new transaction and store entity.