Uses of Interface
org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithPaths
Packages that use ExecutableMutateInByIdOperation.MutateInByIdWithPaths
Package
Description
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
-
Uses of ExecutableMutateInByIdOperation.MutateInByIdWithPaths in org.springframework.data.couchbase.core
Subinterfaces of ExecutableMutateInByIdOperation.MutateInByIdWithPaths in org.springframework.data.couchbase.coreModifier and TypeInterfaceDescriptionstatic interfaceProvides methods for constructing KV operations in a fluent way.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfacestatic interfacestatic interfaceFluent method to specify options.Methods in org.springframework.data.couchbase.core that return ExecutableMutateInByIdOperation.MutateInByIdWithPathsModifier and TypeMethodDescriptionExecutableMutateInByIdOperation.MutateInByIdWithPaths.withCasProvided()Marks that the CAS value should be provided with the mutations to protect against concurrent modifications.ExecutableMutateInByIdOperation.MutateInByIdWithPaths.withInsertPaths(String... insertPaths) Adds given paths to insert mutations.ExecutableMutateInByIdOperation.MutateInByIdWithPaths.withRemovePaths(String... removePaths) Adds given paths to remove mutations.ExecutableMutateInByIdOperation.MutateInByIdWithPaths.withReplacePaths(String... replacePaths) Adds given paths to replace mutations.ExecutableMutateInByIdOperation.MutateInByIdWithPaths.withUpsertPaths(String... upsertPaths) Adds given paths to upsert mutations.