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
{{ message }}
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
Given that save is now deprecated and has been moved to AtomicUpdate.atomicUpsert etc., is there a way to update an existing Entity without marshalling to a BSONDocument manually? It would seem to me that without this feature the whole CASE CLASS <-> JSON <-> BSON conversion value proposition breaks down a bit.
This is more of a question than anything.
Given that
save
is now deprecated and has been moved toAtomicUpdate.atomicUpsert
etc., is there a way to update an existing Entity without marshalling to aBSONDocument
manually? It would seem to me that without this feature the whole CASE CLASS <-> JSON <-> BSON conversion value proposition breaks down a bit.i.e. Rather than (from AtomicUpdateSpec.scala):
something like would be more idiomatic for this project:
Or is this just wishful thinking on my part?
The text was updated successfully, but these errors were encountered: