Uses of Interface
org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.ReactiveMutateInById
Packages that use ReactiveMutateInByIdOperation.ReactiveMutateInById
Package
Description
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
-
Uses of ReactiveMutateInByIdOperation.ReactiveMutateInById in org.springframework.data.couchbase.core
Methods in org.springframework.data.couchbase.core that return ReactiveMutateInByIdOperation.ReactiveMutateInByIdModifier and TypeMethodDescriptionReactiveCouchbaseTemplate.mutateInById(Class<T> domainType) ReactiveMutateInByIdOperation.mutateInById(Class<T> domainType) Mutate using the KV service.ReactiveMutateInByIdOperationSupport.mutateInById(Class<T> domainType)