Interface ExecutableFindByIdOperation
- All Known Subinterfaces:
CouchbaseOperations,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate,ExecutableFindByIdOperationSupport
public interface ExecutableFindByIdOperation
Get Operations
- Since:
- 2.0
- Author:
- Christoph Strobl, Tigran Babloyan
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides methods for constructing query operations in a fluent way.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfacestatic interfacestatic interfaceFluent method to specify options.static interfacestatic interfaceTerminating operations invoking the actual execution. -
Method Summary
Modifier and TypeMethodDescriptionLoads a document from a bucket.
-
Method Details
-
findById
Loads a document from a bucket.- Parameters:
domainType- the entity type to use for the results.
-