SPI et Adapter
verbes et attendu
| verbe | retour | commentaire |
|---|---|---|
| findSomething(Long id) | Optional<Something> | |
| findSomething() | List<Something> | |
| getSomething(Long id) | Something | throw VascoNotfound dans l'adapter si il n'existe pas |
| getSomething() | List<Something> | throw VascoNotfound dans l'adapter si aucun n'existe |
| existBy(param...) | boolean | |
| countBy | integer |