DAO is a pattern used interchangeably with Repository. The purpose of DAO is to abstract database code from the rest of the application. In comparison to Repository DAO provides access to single ...