Testing
#25 - Create Rental Order - Part 1 - Domain Model
Make Tests run as a Tenant
Let's enhance our domain model and add a central piece to the table: the rental order
- create the
OrderandOrderLineentity - use association, and composition for modeling out the connection
- configure instance names for entities
- use
@SystemLevelto declare the "tenant" attribute as something that should not be used in UI code generation and UI components (like the Filter component)