Skip to content

Commit 6cfbf80

Browse files
update README.md (iluwatar#79)
1 parent aaf203c commit 6cfbf80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

active-record/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ tag:
1010

1111
An Active Record pattern provides a data persistence mechanism having that one encapsulated within
1212
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.
1513
The following pattern might be particularly useful when it's required to quickly draft data access
1614
implementation with as less effort as possible.
1715

0 commit comments

Comments
 (0)