DAO
실제로 db에 접근하는 객체
DTO
DB에서 데이터를 얻어 Service, Controller 등으로 보내주는 객체
Entity
실제 DB와 매칭될 클래스
참고
https://gmlwjd9405.github.io/2018/12/25/difference-dao-dto-entity.html
'Android(Kotlin)' 카테고리의 다른 글
Android recyclerview 재활용문제 (0) | 2021.06.21 |
---|---|
Android unit test (0) | 2021.06.21 |
bitrise (0) | 2021.06.15 |
Firebase Realtime database 규칙 (0) | 2021.06.14 |
kotlin data class var val? (0) | 2021.06.13 |