Spring Data MongoDB - Core

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

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

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

Methods in org.springframework.data.mongodb.core.index that return Index
 Index Index.named(String name)
           
 Index Index.on(String key, Order order)
          Deprecated. use #on(String, Direction) instead.
 Index Index.on(String key, Sort.Direction direction)
           
 Index Index.sparse()
          Skip over any document that is missing the indexed field.
 Index Index.unique()
          Reject all documents that contain a duplicate value for the indexed field.
 Index Index.unique(Index.Duplicates duplicates)
           
 


Spring Data MongoDB - Core

Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.