readOnly: Setting up a read/write transaction by specifying @Transactional(readOnly=false) will make the FlushMode of the persistence context AUTO.
readOnly:通过指定 @Transactional(readOnly=false)建立读/写事务,这样会使持久化上下文的FlushMode 变为AUTO。
readOnly: Setting up a read/write transaction by specifying @Transactional(readOnly=false) will make the FlushMode of the persistence context AUTO.
readOnly:通过指定 @Transactional(readOnly=false)建立读/写事务,这样会使持久化上下文的FlushMode 变为AUTO。
应用推荐