美文网首页spring
Spring:事务处理isolation参数

Spring:事务处理isolation参数

作者: yeying12321 | 来源:发表于2018-09-03 00:54 被阅读14次

    @Transactional(isolation=xx)

    1.Isolation.READ_UNCOMMITTED 读未提交数据

    2.Isolation.READ_COMMITTED 读已提交数据

    3.Isolation.REPEATABLE_READ 可重复读

    4.Isolation.SERIALIZABLE 串型化

    5.Isolation.DEFAULT 使用数据库默认

    相关文章

      网友评论

        本文标题:Spring:事务处理isolation参数

        本文链接:https://www.haomeiwen.com/subject/doivwftx.html