|
Spring Data MongoDB - Core | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IndexDefinition | |
| Class Summary | |
|---|---|
| CompoundIndexDefinition | Index definition to span multiple keys. |
| GeospatialIndex | Value object to capture data to create a geo index. |
| Index | |
| IndexField | Value object for an index field. |
| 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 MongoPersistentEntity instances contained in the given MongoMappingContext
for indexing metadata and ensures the indexes to be available. |
| MongoPersistentEntityIndexResolver | IndexResolver implementation inspecting MongoPersistentEntity for MongoPersistentEntity to be
indexed. |
| MongoPersistentEntityIndexResolver.IndexDefinitionHolder | Implementation of IndexDefinition holding additional (property)path information used for creating the
index. |
| Enum Summary | |
|---|---|
| GeoSpatialIndexType | Geoposatial index type. |
| Index.Duplicates | |
| IndexDirection | |
| Exception Summary | |
|---|---|
| MongoPersistentEntityIndexResolver.CyclicPropertyReferenceException | |
| 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. |
Support for MongoDB document indexing.
|
Spring Data MongoDB - Core | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||