return Db.tx(new IAtom(){ }) 事务回滚在什么情况能通过,为什么 return true 方法能执行,return false 就不能执行了?

东罗马帝国灭亡2022-10-04  8

return Db.tx(new IAtom(){})的事务回滚在什么情况下可以通过?为什么return true方法可以执行,return false方法不能?return Db.tx(new IAtom(){})的事务回滚在什么情况下可以通过?为什么return true方法可以执行,return false方法不能?简介:我写了一个save方法,需要使用事务,所以我加了一个回滚操作,用的是jfinal框架。 Return Db.tx(new IAtom(){})事务回滚在什么情况下可以通过,为什么Return为true?
转载请注明原文地址:https://juke.outofmemory.cn/read/1907117.html

最新回复(0)