|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
MongoTemplate.geoNear(NearQuery near,
Class<T> entityClass)
|
|
|
MongoOperations.geoNear(NearQuery near,
Class<T> entityClass)
Returns GeoResult for all entities matching the given NearQuery. |
|
|
MongoTemplate.geoNear(NearQuery near,
Class<T> entityClass,
String collectionName)
|
|
|
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,
Pageable pageable,
long total)
Creates a new GeoPage from the given GeoResults, Pageable and total. |
|
|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||