Spring, JPA 사용 시
ids for this class must be manually assigned before calling save():
에러 발생
save() 함수 호출 전 id 값이 설정되어 있어야 함을 의미.
해결방법
DB에서 id 값을 Auto Increment 로 했을 때
entity 에서도 @GeneratedValue 어노테이션이 설정되어 있어야 한다.
참고 :
https://hangjastar.tistory.com/241
'Spring' 카테고리의 다른 글
[Spring/Error] No serializer found for class (0) | 2023.10.10 |
---|---|
[IntelliJ/Spring] 단축키 모음 (0) | 2023.08.27 |
[Spring/Error] Not a managed type: class 명 error (0) | 2023.01.25 |
[Spring] JPA Querydsl 사용하기 (group_concat 함수) (1) | 2022.10.19 |
[Spring] JPA Querydsl Unsupported expression (0) | 2022.10.09 |
댓글