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주차]_1장_계층형 아키텍처의 문제는 무엇일까_김광훈 #5

Closed
Wave1994-Hoon opened this issue Feb 12, 2022 · 1 comment

Comments

@Wave1994-Hoon
Copy link
Member

계층형 아키텍처는 데이터베이스 주도 설계를 유도한다.

책 내용

  • ORM 프레임워크를 계층형 아키텍처와 결합하면 비즈니스 규칙을 영속성 관점과 섞고 싶은 유혹을 쉽게 받는다. (p. 3)

질문

  • 책 내용에서 영속성 관점이라는 것이 정확히 어떤 것을 의미하는지가 궁금합니다.
@Wave1994-Hoon
Copy link
Member Author

Wave1994-Hoon commented Feb 15, 2022

답변

  • JPA 를 예시로 들자면 JPA 의 Entity 객체를 도메인 객체처럼 사용을 한다면, 비즈니스 로직이 JPA 의 Entity 객체에 구현이 될 수 있다.
  • JPA 의 Entity 객체는 영속성을 위한 객체이기 때문에 비즈니스 로직이 해당 객체에 구현이 되어서는 안된다고 책에서 말하는 것 같다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants