Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity Management #11

Merged
merged 3 commits into from
Oct 9, 2023
Merged

Entity Management #11

merged 3 commits into from
Oct 9, 2023

Conversation

tsutomi
Copy link
Member

@tsutomi tsutomi commented Oct 9, 2023

Provide an infrastructure to manage entities in a repository, by wrapping the IRepository<TEntity> instances in a superclass, that controls some of the business aspects of the management.

  • Validation of the entities to be added/updated
  • Ensuring a first-level idempotency of the update/remove operations
  • Aligning the cancellation source of all operations
  • Logging management events for traceability

@tsutomi tsutomi added the manager Issues related to the Entity Manager label Oct 9, 2023
@tsutomi tsutomi self-assigned this Oct 9, 2023
@tsutomi tsutomi linked an issue Oct 9, 2023 that may be closed by this pull request
@tsutomi tsutomi merged commit 0d7971d into main Oct 9, 2023
1 check passed
@tsutomi tsutomi deleted the 9-entity-manager branch October 9, 2023 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manager Issues related to the Entity Manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Entity Manager
1 participant