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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceDeprecated.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfacestatic interfaceFluent method to specify options.static interfaceResult type override (Optional).static interfacestatic 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.
-