[EF-34] Implement read/write/query functionality for entities with composite key configured Created: 14/Aug/23  Updated: 24/Oct/23  Resolved: 24/Oct/23

Status: Closed
Project: Entity Framework
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Epic Priority: Unknown
Reporter: Oleksandr Poliakov Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Gantt Dependency
has to be done before EF-31 Implement common test infrastructure Scheduled

 Description   

EF entity could have several properties marked as a PrimaryKey. On other hand MongoDB require PK to be a single field named "_id". In case of composite keys there should be a nested document created, for example:

{
  _id: { OrderId : 1, ProductId : "ABC" },
  ...
}


Generated at Thu Feb 08 08:26:46 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.