Skip to content
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

[고도화] 댓글 기능 고도화 - 1차 대댓글: 도메인 업데이트 #99

Closed
Tracked by #71
zeesouth opened this issue Sep 7, 2023 · 0 comments
Closed
Tracked by #71
Assignees
Labels
enhancement New feature or request

Comments

@zeesouth
Copy link
Owner

zeesouth commented Sep 7, 2023

대댓글 기능을 위한 도메인 정보를 업데이트 한다.

  • ArticleCommentparentCommentId 추가
@zeesouth zeesouth self-assigned this Sep 7, 2023
@zeesouth zeesouth added the enhancement New feature or request label Sep 7, 2023
@zeesouth zeesouth added this to the 게시판 서비스 고도화 milestone Sep 7, 2023
@zeesouth zeesouth changed the title 도메인 업데이트 [고도화] 댓글 기능 고도화 - 1차 대댓글: 도메인 업데이트 Sep 7, 2023
zeesouth pushed a commit that referenced this issue Sep 8, 2023
대댓글 도메인 안에서 부모, 자식 관계를 설정하는 코드를 추가
자식 댓글의 컬렉션 변화가 쿼리에 반영되게끔
cascading 규칙을 모두 적용
이번엔 단방향 연관관계 설정을 사용해보기로 함
따라서 부모 댓글은 엔티티가 아닌 `Long` id를 직접 표현

또한 자식 댓글을 추가할 수 있는 메소드 추가 제공
zeesouth pushed a commit that referenced this issue Sep 8, 2023
대댓글 도메인 안에서 부모, 자식 관계를 설정하는 코드를 추가
자식 댓글의 컬렉션 변화가 쿼리에 반영되게끔
cascading 규칙을 모두 적용
이번엔 단방향 연관관계 설정을 사용해보기로 함
따라서 부모 댓글은 엔티티가 아닌 `Long` id를 직접 표현

또한 자식 댓글을 추가할 수 있는 메소드 추가 제공
@zeesouth zeesouth closed this as completed Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant