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.
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).