에러 정리/JPA
[JPA] org.springframework.dao.DataIntegrityViolationException: could not execute statement 오류 해결
[JPA] org.springframework.dao.DataIntegrityViolationException: could not execute statement 오류 해결
2022.12.19에러 상황 JPA를 사용하여 개발하던 중 먼전 delete 호출하고 insert를 호출하는 로직 개발 중에 DataIntegrityViolationException, DataException 에러가 발생했다. org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.DataException: could not execute statement at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(Hiberna..