MCPcopy Create free account
hub / github.com/amikey/java-design-patterns / App

Class App

dao/src/main/java/com/iluwatar/dao/App.java:11–47  ·  view source on GitHub ↗

With the DAO pattern, we can use various method calls to retrieve/add/delete/update data without directly interacting with the data. The below example demonstrates basic operations(CRUD): select, add, update, and delete.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected