0
我通過hibernateSessionFactory LocalSessionFactoryBean通過Spring配置文件注入Oracle 11g中插入值。 DAO類的插入方法具有@Transactional(propagation = Propagation.REQUIRED,readOnly = true)。用於插入的方法是org.hibernate.Session.persist並刷新 爲什麼插入碰巧通過readOnly = true來處理事務?插入到Oracle 11g發生儘管readOnly = true爲@Transactional
由於提前, Kakoli