Class ExecutableFindByIdOperationSupport
java.lang.Object
org.springframework.data.couchbase.core.ExecutableFindByIdOperationSupport
- All Implemented Interfaces:
ExecutableFindByIdOperation
public class ExecutableFindByIdOperationSupport
extends Object
implements ExecutableFindByIdOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation
ExecutableFindByIdOperation.ExecutableFindById<T>, ExecutableFindByIdOperation.FindByIdInCollection<T>, ExecutableFindByIdOperation.FindByIdInScope<T>, ExecutableFindByIdOperation.FindByIdWithExpiry<T>, ExecutableFindByIdOperation.FindByIdWithLock<T>, ExecutableFindByIdOperation.FindByIdWithOptions<T>, ExecutableFindByIdOperation.FindByIdWithProjection<T>, ExecutableFindByIdOperation.TerminatingFindById<T> -
Method Summary
Modifier and TypeMethodDescriptionLoads a document from a bucket.
-
Method Details
-
findById
Description copied from interface:ExecutableFindByIdOperationLoads a document from a bucket.- Specified by:
findByIdin interfaceExecutableFindByIdOperation- Parameters:
domainType- the entity type to use for the results.
-