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
tapac
01/25/2018, 11:12 PM
In that case entity will not be updated until you start new transaction and store entity.