Android(Kotlin)

DTO DAO Entity

----___<<<<< 2021. 6. 20. 23:32

DAO

 

실제로 db에 접근하는 객체

 

DTO

 

 DB에서 데이터를 얻어 Service, Controller 등으로 보내주는 객체

 

Entity

 

 실제 DB와 매칭될 클래스

 

 

참고

https://gmlwjd9405.github.io/2018/12/25/difference-dao-dto-entity.html