Spring学习JdbcTemplate数据库事务参数

目录
  • spring JdbcTemplate数据库事务参数
    • 一、propagation
      • 1. REQUIRED
      • 2. REQUIRES_NEW
      • 3. SUPPORTS
      • 4. NOT_SUPPORTED
      • 5. MANDATORY
      • 6. NEVER
      • 7. NESTED
    • 二、iOSlation
      • 三、timeout
        • 四、readOnly
          • 五、rollbackFor
            • 六、noRollbackFor