You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
예제에서는 Team 객체에 MappedBy가 적용되어 있는 것을 볼 수 있는데 이 경우에는 Team 객체는 MEMBER 테이블을 관리할 수 없고 Member 객체만이 권한을 받고 주인이 아닌 쪽은 읽기(조회)만 가능해진다. 즉, MappedBy가 정의되지 않은 객체가 주인(Owner)가 되는 것이다.
일반적으로 외래키를 가진 객체를 주인으로 정의하는 것이 좋다.(외래키를 가진 Member 객체가 주인)
무엇을 알게 되었나요?
양방향 매핑
MappedBy 사용 이유
MappedBy 위치
어려운 내용이 있었다면 이를 어떻게 해결하였나요?
x
어떤 자료를 참고하였나요?
https://velog.io/@wogh126/JPA-%EC%96%91%EB%B0%A9%ED%96%A5-%EB%A7%A4%ED%95%91%EC%97%90%EC%84%9C-MappedBy%EA%B0%80-%ED%95%84%EC%9A%94%ED%95%9C-%EC%9D%B4%EC%9C%A0
The text was updated successfully, but these errors were encountered: