Spring Data Solr

Uses of Class
org.springframework.data.solr.repository.query.SolrQueryMethod

Packages that use SolrQueryMethod
org.springframework.data.solr.repository.query   
 

Uses of SolrQueryMethod in org.springframework.data.solr.repository.query
 

Methods in org.springframework.data.solr.repository.query that return SolrQueryMethod
 SolrQueryMethod AbstractSolrQuery.getQueryMethod()
           
 

Constructors in org.springframework.data.solr.repository.query with parameters of type SolrQueryMethod
AbstractSolrQuery(SolrOperations solrOperations, SolrQueryMethod solrQueryMethod)
           
PartTreeSolrQuery(SolrQueryMethod method, SolrOperations solrOperations)
           
SolrParametersParameterAccessor(SolrQueryMethod solrQueryMethod, Object[] values)
           
StringBasedSolrQuery(SolrQueryMethod method, SolrOperations solrOperations)
           
StringBasedSolrQuery(String query, SolrQueryMethod queryMethod, SolrOperations solrOperations)
           
 


Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.