Interface ExecutableFindByIdOperation.ExecutableFindById<T>
- Type Parameters:
T
- the entity type to use for the results
- All Superinterfaces:
ExecutableFindByIdOperation.FindByIdInCollection<T>
,ExecutableFindByIdOperation.FindByIdInScope<T>
,ExecutableFindByIdOperation.FindByIdWithExpiry<T>
,ExecutableFindByIdOperation.FindByIdWithLock<T>
,ExecutableFindByIdOperation.FindByIdWithOptions<T>
,ExecutableFindByIdOperation.FindByIdWithProjection<T>
,ExecutableFindByIdOperation.TerminatingFindById<T>
,InCollection<T>
,InScope<T>
,OneAndAllId<T>
,WithExpiry<T>
,WithGetOptions<T>
,WithLock<T>
,WithProjectionId<T>
- Enclosing interface:
- ExecutableFindByIdOperation
public static interface ExecutableFindByIdOperation.ExecutableFindById<T>
extends ExecutableFindByIdOperation.FindByIdWithLock<T>
Provides methods for constructing query operations in a fluent way.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithExpiry
withExpiry
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithLock
withLock
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithProjection
project
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.TerminatingFindById
all, one