Uses of Interface
org.ektorp.impl.QueryExecutor

Packages that use QueryExecutor
org.ektorp.impl   
 

Uses of QueryExecutor in org.ektorp.impl
 

Classes in org.ektorp.impl that implement QueryExecutor
 class DefaultQueryExecutor
          This is the default implementation of the executeQuery method of StdCouchDbConnector, as of before the method was delegating to the QueryExecutor strategy interface.
 

Fields in org.ektorp.impl declared as QueryExecutor
protected  QueryExecutor StdCouchDbConnector.queryExecutor
           
 

Methods in org.ektorp.impl with parameters of type QueryExecutor
 void StdCouchDbConnector.setQueryExecutor(QueryExecutor queryExecutor)
          Set an alternative QueryExecutor instance in order to change the executeQuery implementation as you like.
 



Copyright © 2017. All rights reserved.