Spring Data Document

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

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

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

Methods in org.springframework.data.mongodb.core.index that return IndexDirection
 IndexDirection IndexPredicate.getDirection()
           
static IndexDirection IndexDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexDirection[] IndexDirection.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 IndexDirection
protected  void MongoPersistentEntityIndexCreator.ensureIndex(String collection, String name, String def, IndexDirection direction, boolean unique, boolean dropDups, boolean sparse)
           
 void IndexPredicate.setDirection(IndexDirection direction)
           
 


Spring Data Document

Copyright © 2012. All Rights Reserved.