Z
Z
zhogar2016-08-25 16:34:55
CRUD
zhogar, 2016-08-25 16:34:55

What is the difference between design patterns like DAO and CRUD?

If we talk at the abstract level of interfaces specifically in relation to the database, then does the Data Access Object and Create Read Update Delete carry the same semantic load ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zhogar, 2016-08-25
@zhogar

Probably I will answer my own question (thanks JCDenton).
DAO is a design pattern that implements an abstract interface for accessing a data storage mechanism, one of whose classes implements CRUD methods for a particular entity.
Correct me if I'm wrong. But what then is the Repository , which is put in opposition to the DAO pattern ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question