Spring Data Document

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

Packages that use Index.Duplicates
org.springframework.data.mongodb.core.index   
 

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

Methods in org.springframework.data.mongodb.core.index that return Index.Duplicates
static Index.Duplicates Index.Duplicates.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Index.Duplicates[] Index.Duplicates.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 Index.Duplicates
 Index Index.unique(Index.Duplicates duplicates)
           
 


Spring Data Document

Copyright © 2012. All Rights Reserved.