Spring Data Document

Uses of Class
org.springframework.data.mongodb.core.geo.GeoResults

Packages that use GeoResults
org.springframework.data.mongodb.core MongoDB core support. 
org.springframework.data.mongodb.core.geo   
 

Uses of GeoResults in org.springframework.data.mongodb.core
 

Methods in org.springframework.data.mongodb.core that return GeoResults
<T> GeoResults<T>
MongoTemplate.geoNear(NearQuery near, Class<T> entityClass)
           
<T> GeoResults<T>
MongoOperations.geoNear(NearQuery near, Class<T> entityClass)
          Returns GeoResult for all entities matching the given NearQuery.
<T> GeoResults<T>
MongoTemplate.geoNear(NearQuery near, Class<T> entityClass, String collectionName)
           
<T> GeoResults<T>
MongoOperations.geoNear(NearQuery near, Class<T> entityClass, String collectionName)
          Returns GeoResult for all entities matching the given NearQuery.
 

Uses of GeoResults in org.springframework.data.mongodb.core.geo
 

Constructors in org.springframework.data.mongodb.core.geo with parameters of type GeoResults
GeoPage(GeoResults<T> results)
          Creates a new GeoPage from the given GeoResults.
GeoPage(GeoResults<T> results, org.springframework.data.domain.Pageable pageable, long total)
          Creates a new GeoPage from the given GeoResults, Pageable and total.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.