Spring Data Document

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

Packages that use IndexDefinition
org.springframework.data.mongodb.core MongoDB core support. 
org.springframework.data.mongodb.core.index   
 

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

Methods in org.springframework.data.mongodb.core with parameters of type IndexDefinition
 void IndexOperations.ensureIndex(IndexDefinition indexDefinition)
          Ensure that an index for the provided IndexDefinition exists for the collection indicated by the entity class.
 void DefaultIndexOperations.ensureIndex(IndexDefinition indexDefinition)
           
 

Uses of IndexDefinition in org.springframework.data.mongodb.core.index
 

Classes in org.springframework.data.mongodb.core.index that implement IndexDefinition
 class GeospatialIndex
          Value object to capture data to create a geo index.
 class Index
           
 


Spring Data Document

Copyright © 2012. All Rights Reserved.