Spring Data Document

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

Packages that use IndexInfo
org.springframework.data.mongodb.core MongoDB core support. 
 

Uses of IndexInfo in org.springframework.data.mongodb.core
 

Methods in org.springframework.data.mongodb.core that return types with arguments of type IndexInfo
 List<IndexInfo> IndexOperations.getIndexInfo()
          Returns the index information on the collection.
 List<IndexInfo> DefaultIndexOperations.getIndexInfo()
           
 


Spring Data Document

Copyright © 2012. All Rights Reserved.