Spring Data Document

Uses of Class
org.springframework.data.document.mongodb.query.GeospatialIndex

Packages that use GeospatialIndex
org.springframework.data.document.mongodb.query MongoDB specific query and update support. 
 

Uses of GeospatialIndex in org.springframework.data.document.mongodb.query
 

Methods in org.springframework.data.document.mongodb.query that return GeospatialIndex
 GeospatialIndex GeospatialIndex.named(String name)
           
 GeospatialIndex GeospatialIndex.withMax(int max)
           
 GeospatialIndex GeospatialIndex.withMin(int min)
           
 


Spring Data Document

Copyright © 2011. All Rights Reserved.