Uses of Interface
org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ExecutableReplaceById
Packages that use ExecutableReplaceByIdOperation.ExecutableReplaceById
Package
Description
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
-
Uses of ExecutableReplaceByIdOperation.ExecutableReplaceById in org.springframework.data.couchbase.core
Methods in org.springframework.data.couchbase.core that return ExecutableReplaceByIdOperation.ExecutableReplaceByIdModifier and TypeMethodDescriptionCouchbaseTemplate.replaceById
(Class<T> domainType) ExecutableReplaceByIdOperation.replaceById
(Class<T> domainType) Replace using the KV service.ExecutableReplaceByIdOperationSupport.replaceById
(Class<T> domainType)