| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.geo |
| Modifier and Type | Method and Description |
|---|---|
<T> GeoResults<T> |
MongoTemplate.geoNear(NearQuery near,
Class<T> entityClass) |
<T> GeoResults<T> |
MongoOperations.geoNear(NearQuery near,
Class<T> entityClass)
|
<T> GeoResults<T> |
MongoTemplate.geoNear(NearQuery near,
Class<T> entityClass,
String collectionName) |
<T> GeoResults<T> |
MongoOperations.geoNear(NearQuery near,
Class<T> entityClass,
String collectionName)
|
| Constructor and Description |
|---|
GeoPage(GeoResults<T> results)
Creates a new
GeoPage from the given GeoResults. |
GeoPage(GeoResults<T> results,
Pageable pageable,
long total)
|
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.