Skip to content
Rogiel edited this page Aug 3, 2011 · 1 revision

DAO stands for Data Access Object and are abstraction layers used to read and write data in the Database provided by the DatabaseService.

All DAOs are database specific however in some cases (i.e. SQL databases) they can be reutilized (see JDBCDAO).

Clone this wiki locally