🌳 에러 코드
could not execute statement; nested exception is org.hibernate.exception.GenericJDBCException: could not execute statement
🌳 해결 방법
🌾 원인 : 자바 entity와 DB의 table이 일치하지 않아서 발생, DDL을 update로 두고 실행하면 위와같은 에러가 발생
🌾 해결 방법 : DB에 있는 해당 테이블을 수정한대로 변경.
'코딩 에러 및 질문' 카테고리의 다른 글
"could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet", (0) | 2023.09.07 |
---|---|
return; 무한루프 (0) | 2023.09.07 |
Cannot drop column : needed in a foreign key constraint (0) | 2023.09.02 |
Date 객체 이쁘게 정리 (0) | 2023.08.31 |
nested exception is org.hibernate.exception.SQLGrammarException: could not execute query (0) | 2023.08.29 |