My question is quite simple. What is the best way to bring CRUD into a use-case diagram? It should be DRY. I know, UML is sometimes discretionary, but what do you think about it?
Some ideas:
1 use-case diagram
- Not really DRY, if there are a few CRUD objects.
2 use-case diagram
- Not really DRY, if there are a few CRUD objects.
3 use-case diagram
- I prefer this.
Update
4 use-case diagram (@Uffe)
- Note maybe needless, when it is described in the documentation?