반응형
The given id must not be null!; nested exception is java.lang.IllegalArgumentException
JPA에서 테이블을 조회하다가
위와 같은 에러가 발생하던데
내용을 확인해보니 Entity에서
ID에 해당하는 값이 NULL로 들어와서
이런 에러가 발생했더라
따라서 파라미터를 확인해보고
Entity ID에 해당하는 값이 NULL이 아닌 값이
들어오도록 코드를 변경하니 해결이 되더라
반응형
'Error & Fix' 카테고리의 다른 글
Using tabs can lead to unpredictable results 해결방법 (0) | 2022.01.11 |
---|---|
MySQL JSON_CONTAINS 호출 에러 해결방법 (0) | 2022.01.10 |
No enum constant enum명.값 해결방법 (1) | 2022.01.10 |
Not a managed type: class Entity명 해결방법 (0) | 2022.01.09 |
Invocation of init method failed; nested exception is java.lang.NullPointerException 해결방법 (0) | 2022.01.09 |
댓글