StoreSemantics

sealed class StoreSemantics

Describes how the outer document store semantics on subdoc should act.

Create instances using the insert, upsert, and replace companion factory methods.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Insert : StoreSemantics
Link copied to clipboard
class Replace : StoreSemantics
Link copied to clipboard
object Upsert : StoreSemantics

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard