Spring Data Document

Uses of Interface
org.springframework.data.document.mongodb.index.IndexDefinition

Packages that use IndexDefinition
org.springframework.data.document.mongodb MongoDB core support. 
org.springframework.data.document.mongodb.query MongoDB specific query and update support. 
 

Uses of IndexDefinition in org.springframework.data.document.mongodb
 

Methods in org.springframework.data.document.mongodb with parameters of type IndexDefinition
 void MongoTemplate.ensureIndex(IndexDefinition indexDefinition)
           
 void MongoOperations.ensureIndex(IndexDefinition indexDefinition)
          Ensure that an index for the provided IndexDefinition exists for the default collection.
 void MongoTemplate.ensureIndex(String collectionName, IndexDefinition indexDefinition)
           
 void MongoOperations.ensureIndex(String collectionName, IndexDefinition indexDefinition)
          Ensure that an index for the provided IndexDefinition exists.
 

Uses of IndexDefinition in org.springframework.data.document.mongodb.query
 

Classes in org.springframework.data.document.mongodb.query that implement IndexDefinition
 class GeospatialIndex
           
 class Index
           
 


Spring Data Document

Copyright © 2011. All Rights Reserved.