Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.index.GeoSpatialIndexType

Packages that use GeoSpatialIndexType
org.springframework.data.mongodb.core.index Support for MongoDB document indexing. 
 

Uses of GeoSpatialIndexType in org.springframework.data.mongodb.core.index
 

Methods in org.springframework.data.mongodb.core.index that return GeoSpatialIndexType
static GeoSpatialIndexType GeoSpatialIndexType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeoSpatialIndexType[] GeoSpatialIndexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.data.mongodb.core.index with parameters of type GeoSpatialIndexType
 GeospatialIndex GeospatialIndex.typed(GeoSpatialIndexType type)
           
 


Spring Data MongoDB - Core

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.