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
I am faced with a database with entities logically connected by having the same _id across different collections. Is there any way to save an entity in a different collection with the same _id as one that I have fetched and saved on the same session?
The text was updated successfully, but these errors were encountered:
Currently the identity map assumes that id's are globally unique. The Session would have to be modified to keep an identity map around for each collection.
I am faced with a database with entities logically connected by having the same _id across different collections. Is there any way to save an entity in a different collection with the same _id as one that I have fetched and saved on the same session?
The text was updated successfully, but these errors were encountered: