Spring Data MongoDB

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
 void IndexPredicate.setDirection(IndexDirection direction)
           
 


Spring Data MongoDB

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