org.springframework.dao.DataIntegrityViolationException 에러는 lower level persistence exception과 관련된 것이다.
Hibernate와 관련된 exception
1. ConstraintViolationException
2. PropertyValueException
3. DataException : sql문이 잘못되거나 data가 잘못된 경우이다.
JPA와 관련된 exception
javax.persistence.EntityExistsException.
https://www.baeldung.com/spring-dataIntegrityviolationexception
'Back-End > Spring' 카테고리의 다른 글
PSA에 관하여 (0) | 2019.05.02 |
---|---|
Spring annotation - @Service,@Controller,@Component 차이 (0) | 2019.04.16 |
Lombok 사용하기 (0) | 2019.03.15 |
스프링 5에서 Reactive Programming 하기 (1) (0) | 2018.11.26 |
Spring IoC(제어의역전),DI(의존성주입)란? (0) | 2018.09.18 |