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, Class<?> entityClass)
           
 void MongoOperations.ensureIndex(IndexDefinition indexDefinition, Class<?> entityClass)
          Ensure that an index for the provided IndexDefinition exists for the collection indicated by the entity class.
 void MongoTemplate.ensureIndex(IndexDefinition indexDefinition, String collectionName)
           
 void MongoOperations.ensureIndex(IndexDefinition indexDefinition, String collectionName)
          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.