We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf203c commit 6cfbf80Copy full SHA for 6cfbf80
active-record/README.md
@@ -10,8 +10,6 @@ tag:
10
11
An Active Record pattern provides a data persistence mechanism having that one encapsulated within
12
the domain model itself.
13
-While DAO pattern strictly adheres to the separation of concerns principle an Active Record encapsulates
14
-all the data persistence and business logic within the domain model itself.
15
The following pattern might be particularly useful when it's required to quickly draft data access
16
implementation with as less effort as possible.
17
0 commit comments