Spring Data Elasticsearch

Uses of Class
org.springframework.data.elasticsearch.core.query.GetQuery

Packages that use GetQuery
org.springframework.data.elasticsearch.core   
 

Uses of GetQuery in org.springframework.data.elasticsearch.core
 

Methods in org.springframework.data.elasticsearch.core with parameters of type GetQuery
<T> T
ElasticsearchTemplate.queryForObject(GetQuery query, Class<T> clazz)
           
<T> T
ElasticsearchOperations.queryForObject(GetQuery query, Class<T> clazz)
          Execute the query against elasticsearch and return the first returned object
 


Spring Data Elasticsearch

Copyright © 2012-2013 BioMed Central. All Rights Reserved.