Class ReactiveFindByIdOperationSupport
java.lang.Object
org.springframework.data.couchbase.core.ReactiveFindByIdOperationSupport
- All Implemented Interfaces:
ReactiveFindByIdOperation
ReactiveFindByIdOperation
implementations for Couchbase.- Author:
- Michael Reiche, Tigran Babloyan
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation
ReactiveFindByIdOperation.FindByIdInCollection<T>, ReactiveFindByIdOperation.FindByIdInScope<T>, ReactiveFindByIdOperation.FindByIdWithExpiry<T>, ReactiveFindByIdOperation.FindByIdWithLock<T>, ReactiveFindByIdOperation.FindByIdWithOptions<T>, ReactiveFindByIdOperation.FindByIdWithProjection<T>, ReactiveFindByIdOperation.ReactiveFindById<T>, ReactiveFindByIdOperation.TerminatingFindById<T>
-
Method Summary
Modifier and TypeMethodDescriptionLoads a document from a bucket.
-
Method Details
-
findById
Description copied from interface:ReactiveFindByIdOperation
Loads a document from a bucket.- Specified by:
findById
in interfaceReactiveFindByIdOperation
- Parameters:
domainType
- the entity type to use for the results.
-