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
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithExpiry
withExpiryMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithLock
withLockMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithProjection
projectMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.TerminatingFindById
all, one