devonfw / devon4j

devonfw Java stack - create enterprise-grade business apps in Java safe and fast
Apache License 2.0
83 stars 87 forks source link

Update devon4j DAO list example in wiki #575

Open jan-vcapgemini opened 2 years ago

jan-vcapgemini commented 2 years ago

As discussed with @hohwille The current example: https://github.com/devonfw/devon4j/wiki/guide-dao#dao-implementation for a DAO implementation returns a full list of entities instead of a paginated list. This can result in an unnecessary strain on the server, depending on the context. This example should either be removed or be replaced with a better solution.