public interface TransactionContext
void begin()
throws SQLException
SQLException - 启动失败void commit()
throws SQLException
SQLException - 提交失败void rollback()
throws SQLException
SQLException - 撤销失败void release()
Copyright © 2008-2013 Matrix. All Rights Reserved.