Should value object hold reference to entity in DDD methodology?
EDIT
@Dmitry:
This is probably my case. Here I attach class diagram where the Account
hold references to collection of IInvoiceable
items. I treat with Tenant
as entity, but it owns only 1 account and i dont think that Account
needs identity. its part of Tenant
. Or should I treat it as Entity? To me it doesnt make sense.