Spring Data Document

Package org.springframework.data.mongodb.core.index

Interface Summary
IndexDefinition  
 

Class Summary
GeospatialIndex Value object to capture data to create a geo index.
Index  
IndexInfo  
IndexPredicate  
MongoMappingEventPublisher An implementation of ApplicationEventPublisher that will only fire MappingContextEvents for use by the index creator when MongoTemplate is used 'stand-alone', that is not declared inside a Spring ApplicationContext.
MongoPersistentEntityIndexCreator Component that inspects BasicMongoPersistentEntity instances contained in the given MongoMappingContext for indexing metadata and ensures the indexes to be available.
 

Enum Summary
Index.Duplicates  
IndexDirection  
 

Annotation Types Summary
CompoundIndex Mark a class to use compound indexes.
CompoundIndexes  
GeoSpatialIndexed Mark a field to be indexed using MongoDB's geospatial indexing feature.
Indexed Mark a field to be indexed using MongoDB's indexing feature.
 


Spring Data Document

Copyright © 2012. All Rights Reserved.