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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides methods for constructing get operations in a fluent way.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfaceFluent method to specify options.static interfaceTerminating 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.
-