Uses of Interface
org.springframework.data.mongodb.core.IndexOperations

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

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

Classes in org.springframework.data.mongodb.core that implement IndexOperations
 class DefaultIndexOperations
          Default implementation of IndexOperations.
 

Methods in org.springframework.data.mongodb.core that return IndexOperations
 IndexOperations MongoTemplate.indexOps(Class<?> entityClass)
           
 IndexOperations MongoOperations.indexOps(Class<?> entityClass)
          Returns the operations that can be performed on indexes
 IndexOperations MongoTemplate.indexOps(String collectionName)
           
 IndexOperations MongoOperations.indexOps(String collectionName)
          Returns the operations that can be performed on indexes
 



Copyright © 2011. All Rights Reserved.