首页 新闻 会员 周边

IBatis 事务处理数据库事务隔离级别

0
[已关闭问题] 关闭于 2017-07-23 09:54

namespace IBatisNet.DataMapper
{
    //
    // 摘要:
    //     Contract for an IBatisNet.DataMapper.ISqlMapper
    public interface ISqlMapper 
{
ISqlMapSession BeginTransaction();

上面那个方法,没有传入事务隔离级别,事务隔离级别是什么呢

 ISqlMapSession BeginTransaction(IsolationLevel isolationLevel);
}

999999999999999的主页 999999999999999 | 初学一级 | 园豆:3
提问于:2017-07-06 21:11
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册