Interface ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
AnyId<T>
,ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>
,ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>
,InCollection<T>
,WithGetAnyReplicaOptions<T>
- All Known Subinterfaces:
ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById<T>
,ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>
- Enclosing interface:
- ExecutableFindFromReplicasByIdOperation
public static interface ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>
extends ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
any, any
-
Method Details
-
inCollection
ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T> inCollection(String collection) With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-