Replies: 2 comments
-
✅ 개념 설명🔸 DTO (Data Transfer Object)
🔸 Entity (엔티티)
✅ 주요 차이점 정리
|
Beta Was this translation helpful? Give feedback.
-
|
DTO는 Data Transfer Object의 약자로, 계층 간 데이터 전달을 위해 사용되는 클래스입니다. 저는 개발 시 외부 요청은 DTO로 받고, 내부에서는 Entity를 사용하여 DB 처리 후 다시 DTO로 변환해서 응답하는 구조로 구성합니다. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
😮
Beta Was this translation helpful? Give feedback.
All reactions