Spring Data Couchbase

org.springframework.data.couchbase.repository.query
Class ViewBasedCouchbaseQuery

java.lang.Object
  extended by 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

Constructor Summary
ViewBasedCouchbaseQuery(CouchbaseQueryMethod method, CouchbaseOperations operations)
           
 
Method Summary
 Object execute(Object[] runtimeParams)
           
 QueryMethod getQueryMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewBasedCouchbaseQuery

public ViewBasedCouchbaseQuery(CouchbaseQueryMethod method,
                               CouchbaseOperations operations)
Method Detail

execute

public Object execute(Object[] runtimeParams)
Specified by:
execute in interface RepositoryQuery

getQueryMethod

public QueryMethod getQueryMethod()
Specified by:
getQueryMethod in interface RepositoryQuery

Spring Data Couchbase

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.