Interface ExecutableFindFromReplicasByIdOperation
- All Known Subinterfaces:
CouchbaseOperations
,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate
,ExecutableFindFromReplicasByIdOperationSupport
public interface ExecutableFindFromReplicasByIdOperation
Query Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides methods for constructing get operations in a fluent way.static interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static interface
Fluent method to specify options.static interface
Terminating operations invoking the actual get execution. -
Method Summary
Modifier and TypeMethodDescriptionfindFromReplicasById
(Class<T> domainType) Loads a document from a replica.
-
Method Details
-
findFromReplicasById
<T> ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById<T> findFromReplicasById(Class<T> domainType) Loads a document from a replica.- Parameters:
domainType
- the entity type to use for the results.
-