domain driven design - DDD How to fetch a list of value objects -


i have domain model

  • customer - aggregate root - because order can't exist without customer
  • order - entity
  • orderstatus - value object

in form need list of orderstatuses.

should fetch empty customer entity(ar) repository empty order entity containing list of orderstatuses? awkward.

i asked same thing time before. read link.

how value objects saved , loaded?


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -