sigint_107.log
로그인
sigint_107.log
로그인
JPA @Transactional에서 Rollback의 경우의 수
Kyle_Kim
·
2023년 1월 16일
팔로우
0
JPA
exception
transactional
0
@Transactional
파라메터 없이는 기본적으로 Error와 UncheckedException들이 발생하는 경우에 Rollback이 진행 된다
그러므로 try catch문 안에 들어가 있는 checked exception들의 발생으로 인한 Rollback은 발생 하지 않는다.
@Transactional(rollbackFor = {Exception.class})
Kyle_Kim
꾸준함.
팔로우
이전 포스트
CacheEventListener not exist error
다음 포스트
Cannot resolve symbol error.
0개의 댓글
댓글 작성