JPA ontToMany 속성일 경우에 발생했던 에러
@OneToMany(fetch = FetchType.EAGER)
fetch 추가로 해결.
'JAVA > TROUBLE SHOOTING' 카테고리의 다른 글
Java compiler level does not match the version of the installed Java project facet (0) | 2019.12.01 |
---|---|
A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance (0) | 2019.11.25 |
JPA oneToMany 단방향 관계 pk is not null 에러 처리 (0) | 2019.11.22 |
Spring Security Authority 와 Role 사용법 (0) | 2019.11.13 |
JPA DB 저장시 한글 깨짐 (0) | 2019.11.13 |