jpql 을 사용할때 다음과 같은 에러가 나왔다.
nested exception is java.lang.IllegalArgumentException: Could not locate appropriate constructor on class
원인으로는 column의 순서가 맞지 않거나 type이 맞지 않아서 생기는 오류이다.
반응형
'공부 > Spring' 카테고리의 다른 글
실전! 스프링 데이터 JPA 내용 정리 - 섹션 4(1) (0) | 2023.08.02 |
---|---|
[JPA] COALESCE - @Query에서 sum()사용시 Null 을 0으로 (0) | 2023.05.19 |
[spring] api 호출 시 response, request 값 로그에 출력하기 - AOP 활용한 logging 출력 (0) | 2023.03.20 |
[Spring] JPA repository 에서 count 사용하기 (0) | 2022.12.15 |
[spring] Failed to convert value of type 'java.lang.String' to required type 'java.time.LocalDateTime' (0) | 2022.12.12 |