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