-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: post 코드 리팩토링 #92
Conversation
왕 너무 수고하셨어용👏🏻🩵 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hibernate Initialize를 활용하신 부분에 대해서 자세히 설명해주실 수 있으실까요?
제가 기억하기로는, @manytoone의 연관관계에서 사용될 경우에는 해당 오류가 발생하지 않고, @onetomany인 엔티티에서 가져올 때 저런 오류가 발생했었던 거 같아서요!
만약 지은님께서 위의 방법을 활용하신 부분이 @onetomany부분일 경우에는 해당 부분을 어떻게 바꿀지 같이 고민해보면 좋을 것 같아요.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분도 Conflct 확인 부탁드릴게요!
@dl-00-e8 |
Getter를 사용해서 연관객체 로딩이 안 되었다는게 결국 OneTany 어노테이션으로 인한 문제인 것 같아요. 만약, 이 부분을 쿼리를 사용한다면 hibernate.initialize를 안 사용하고도 해결하는 방법이 있지 않을까요? |
@dl-00-e8 |
#️⃣ 연관된 이슈
📝 작업 내용
💬 리뷰 요구사항(선택)
merge 전에 테이블 수정하고 merge 하겠습니다~!!