Member Entity 추가 이후 DIR 도메인의 연관관계 추가 및 로직 수정#19
Merged
Conversation
InDIR Entity 와 Member Entity 와 연관관계를 추가합니다. 기존 상속관계 부모 필드를 setter 를 통해서 주입하는 방식을 사용하였는데, 해당 방식을 위한 setter 를 따로 두는 것이 Builder 로 온전한 객체를 생성하지 못하는 비효율적인 코드라고 판단하여 이를 삭제하고, Builder 내부에서 생성가능한 로직으로 수정했습니다
member 가 추가됨에 따라 path+name 이 더이상 식별자의 역할을 할 수 없기 때문에 member_id 를 포함한 조회 로직으로 코드를 전면적으로 수정합니다.
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 요약
변경 사항
참고 사항