RepositoryとDAOの違い
Repository
の方が抽象度が高い
RepositoryはAggregateを扱う
Repository == DAOとなるケースも有り得る
DAOがデータ中心指向であるのに対して、リポジトリはオブジェクト指向アプローチである点で異なる
ref
いまいちよくわからん
mrsekut.icon
というのも、
DAO
のことをほぼ全く知らん
https://peing.net/ja/q/540df6bb-40ee-4fd8-a858-5245bde9b477
https://www.baeldung.com/java-dao-vs-repository
https://blog.fukuchiharuki.me/entry/use-repository-and-dao-according-to-the-purpose