Interface ExecutableFindByQueryOperation.ExecutableFindByQuery<T>
- Type Parameters:
T- the entity type to use for the results
- All Superinterfaces:
ExecutableFindByQueryOperation.FindByQueryConsistentWith<T>,ExecutableFindByQueryOperation.FindByQueryInCollection<T>,ExecutableFindByQueryOperation.FindByQueryInScope<T>,ExecutableFindByQueryOperation.FindByQueryWithConsistency<T>,ExecutableFindByQueryOperation.FindByQueryWithDistinct<T>,ExecutableFindByQueryOperation.FindByQueryWithOptions<T>,ExecutableFindByQueryOperation.FindByQueryWithProjecting<T>,ExecutableFindByQueryOperation.FindByQueryWithProjection<T>,ExecutableFindByQueryOperation.FindByQueryWithQuery<T>,ExecutableFindByQueryOperation.TerminatingFindByQuery<T>,InCollection<T>,InScope<T>,OneAndAll<T>,WithConsistency<T>,WithDistinct<T>,WithQuery<T>,WithQueryOptions<T>
- Enclosing interface:
- ExecutableFindByQueryOperation
public static interface ExecutableFindByQueryOperation.ExecutableFindByQuery<T>
extends ExecutableFindByQueryOperation.FindByQueryWithDistinct<T>
Provides methods for constructing query operations in a fluent way.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryConsistentWith
consistentWithMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithConsistency
withConsistencyMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithDistinct
distinctMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithProjecting
projectMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithProjection
asMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithQuery
matching, matchingMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
all, count, exists, first, firstValue, one, oneValue, stream