# 커넥션 조회보다 앞선 검사 # Question: 검사는 커넥션 조회보다 먼저 도는가? direction: right n0: "예약" { shape: rectangle } n1: "requireActiveTransaction" { shape: rectangle } n2: "DataSourceUtils.getConnection" { shape: rectangle } n0 -> n1: "검사 요청" n1 -> n2: "통과한 경우만" n2 -> n0: "INSERT ON CONFLICT"