Spring Data MongoDB

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

Packages that use IndexField
org.springframework.data.mongodb.core.index   
 

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

Methods in org.springframework.data.mongodb.core.index that return IndexField
static IndexField IndexField.create(String key, Order order)
          Creates a default IndexField with the given key and Order.
static IndexField IndexField.geo(String key)
          Creates a geo IndexField for the given key.
 

Methods in org.springframework.data.mongodb.core.index that return types with arguments of type IndexField
 List<IndexField> IndexInfo.getIndexFields()
          Returns the individual index fields of the index.
 

Constructor parameters in org.springframework.data.mongodb.core.index with type arguments of type IndexField
IndexInfo(List<IndexField> indexFields, String name, boolean unique, boolean dropDuplicates, boolean sparse)
           
 


Spring Data MongoDB

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.