Spring Data MongoDB - Core

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 Support for MongoDB document indexing. 
 

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

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

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

Classes in org.springframework.data.mongodb.core.index that implement IndexDefinition
 class CompoundIndexDefinition
          Index definition to span multiple keys.
 class GeospatialIndex
          Value object to capture data to create a geo index.
 class Index
           
static class MongoPersistentEntityIndexResolver.IndexDefinitionHolder
          Implementation of IndexDefinition holding additional (property)path information used for creating the index.
 

Methods in org.springframework.data.mongodb.core.index that return IndexDefinition
 IndexDefinition MongoPersistentEntityIndexResolver.IndexDefinitionHolder.getIndexDefinition()
          Get the raw IndexDefinition.
 

Constructors in org.springframework.data.mongodb.core.index with parameters of type IndexDefinition
MongoPersistentEntityIndexResolver.IndexDefinitionHolder(String path, IndexDefinition definition, String collection)
          Create
 


Spring Data MongoDB - Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.