自己定义事务不自动提交,手动commit 或 rollback
有
try { Trans.begin(); // ............... } catch (...) { Trans.rollback(); } finally { Trans.close(); }