Interface ExecutableFindByAnalyticsOperation
- All Known Subinterfaces:
CouchbaseOperations
,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate
,ExecutableFindByAnalyticsOperationSupport
public interface ExecutableFindByAnalyticsOperation
FindByAnalytics Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
Deprecated.static interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static interface
static interface
Fluent method to specify options.static interface
Result type override (Optional).static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionfindByAnalytics
(Class<T> domainType) Queries the analytics service.
-
Method Details
-
findByAnalytics
<T> ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics<T> findByAnalytics(Class<T> domainType) Queries the analytics service.- Parameters:
domainType
- the entity type to use for the results.
-