You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is a setter for concurrencyVersion in ConcurrencySafeEntity. But this setter is not called from anywhere.
How is it supposed to be used? Shouldn't be the concurrencyVersion contained in every command send to the entity to submit the version the client has seen when reading the aggregat in the first place?
If so, what would be the best place to call setConcurrencyVersion? In the application service (or even in the repository) after loading the aggregate or in the entities' methods?
Thanks + Best Regards,
Stefan.
The text was updated successfully, but these errors were encountered:
Hello,
there is a setter for concurrencyVersion in ConcurrencySafeEntity. But this setter is not called from anywhere.
How is it supposed to be used? Shouldn't be the concurrencyVersion contained in every command send to the entity to submit the version the client has seen when reading the aggregat in the first place?
If so, what would be the best place to call setConcurrencyVersion? In the application service (or even in the repository) after loading the aggregate or in the entities' methods?
Thanks + Best Regards,
Stefan.
The text was updated successfully, but these errors were encountered: