Uses of Interface
org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.ReactiveUpsertById
Packages that use ReactiveUpsertByIdOperation.ReactiveUpsertById
Package
Description
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
-
Uses of ReactiveUpsertByIdOperation.ReactiveUpsertById in org.springframework.data.couchbase.core
Methods in org.springframework.data.couchbase.core that return ReactiveUpsertByIdOperation.ReactiveUpsertByIdModifier and TypeMethodDescriptionReactiveCouchbaseTemplate.upsertById
(Class<T> domainType) ReactiveUpsertByIdOperation.upsertById
(Class<T> domainType) Upsert using the KV service.ReactiveUpsertByIdOperationSupport.upsertById
(Class<T> domainType)