반응형
@OneToOne or @ManyToOne on 경로.클래스명.변수명 references an unknown entity: java.lang.Long
이런 에러가 발생했을 경우에는
@OneToOne 혹은 @ManyToOne 어노테이션을 사용하면서
reference로 사용할 Entity를
지정하지 않았을 경우 발생하게 되는데
@OneToOne(targetEntity = 클래스명.class)
이런 식으로 targetEntity로
연결할 클래스명을 할당해주면 해결이 된다
반응형
'Error & Fix' 카테고리의 다른 글
현재 브랜치가 'branch명' 기반이지만, 업스트림이 없어졌습니다. (git branch --unset-upstream) (0) | 2022.05.22 |
---|---|
@Column(s) not allowed on a @OneToOne property 해결방법 (0) | 2022.05.22 |
인텔리제이 Cannot resolve symbol 'SpringBootApplication' 해결방법 (0) | 2022.05.15 |
Sourcetree amend last commit 후 push 안될 경우 해결방법 (0) | 2022.04.27 |
Javascript에 Thymeleaf 값 가져오는 방법 (0) | 2022.04.20 |
댓글