org.springframework.data.couchbase.repository.query
Class ViewBasedCouchbaseQuery
java.lang.Object
org.springframework.data.couchbase.repository.query.ViewBasedCouchbaseQuery
- All Implemented Interfaces:
- RepositoryQuery
public class ViewBasedCouchbaseQuery
- extends Object
- implements RepositoryQuery
Execute a repository query through the View mechanism.
- Author:
- Michael Nitschinger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewBasedCouchbaseQuery
public ViewBasedCouchbaseQuery(CouchbaseQueryMethod method,
CouchbaseOperations operations)
execute
public Object execute(Object[] runtimeParams)
- Specified by:
execute in interface RepositoryQuery
getQueryMethod
public QueryMethod getQueryMethod()
- Specified by:
getQueryMethod in interface RepositoryQuery
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.