HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
남득윤 학습 저장소
/
🆚
VS 모음
/
🆚
DAO vs Repository
🆚

DAO vs Repository

What is the difference between DAO and Repository patterns?
OK, think I can explain better what I've put in comments :). So, basically, you can see both those as the same, though DAO is a more flexible pattern than Repository. If you want to use both, you would use the Repository in your DAO-s.
What is the difference between DAO and Repository patterns?
https://stackoverflow.com/questions/8550124/what-is-the-difference-between-dao-and-repository-patterns
What is the difference between DAO and Repository patterns?