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

DDD 용어정리 #36

Open
youngvly opened this issue Feb 24, 2022 · 0 comments
Open

DDD 용어정리 #36

youngvly opened this issue Feb 24, 2022 · 0 comments

Comments

@youngvly
Copy link
Owner

  • Entity : 어떤 객체를 일차적으로 해당 객체의 식별성으로 정의할 경우.
  • VO : 개넘적 식별성을 갖지 않으면서 도멘인의 서술적 측면을 나타내는 객체.
  • Aggretage : 우리가 데이터 변경의 단위로 다루는 연관 객체의 묶음.
    • 경계밖의 객체는 aggregate의 루트만 참조할 수 있다.
  • BoundedContext : context 내에서는 모델을 논리적으로 통일된 상태로 유지하되, 경계 외부에 대한 적절성에 대해서는 신경쓰지 않아도 된다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant