Skip to content

Concurrency Support #179

@JohnCampionJr

Description

@JohnCampionJr

Not urgent on my part, but at some point I'd like to add concurrency support similar to EntityFramework.

  • Support ConcurrencyCheck Attribute for entity fields
  • Add List of Concurrency fields to entity definition
  • Add MappingProcessor to look for these fields and update entity definition
  • Update write and delete commands to check concurrency fields in the definition and add to MongoDB driver filter
  • Throw our own new MongoDbUpdate[Delete]ConcurrencyException (can't reuse EF's exceptions as they are built-in)

Feel free to assign this to me if you want....

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions