用 事物,jdbc 本身有支持:
conn.setAutoCommit(false);
............
conn.commit();