[error] Caused by: org.hibernate.MappingException: Could not determine type for:(도메인 클래스)

gnoesnooj·2022년 12월 12일
0

원인

Cart에 담기는 ProductLine 에서 Product를

Long productId 에서 Product productId 로 수정하던 중 발생했다.

하나의 클래스에서 다른 엔티티 클래스 타입을 사용할 때 발생한 문제였다.

연관관계를 설정해주지 않아 발생한 문제였다.

해결

관계에 맞는 JPA 연관관계 어노테이션을 사용해주면 된다.

profile
누구나 믿을 수 있는 개발자가 되자 !

0개의 댓글