|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MongoPersistentEntityIndexResolver.IndexDefinitionHolder | |
|---|---|
| org.springframework.data.mongodb.core.index | Support for MongoDB document indexing. |
| Uses of MongoPersistentEntityIndexResolver.IndexDefinitionHolder in org.springframework.data.mongodb.core.index |
|---|
| Methods in org.springframework.data.mongodb.core.index that return types with arguments of type MongoPersistentEntityIndexResolver.IndexDefinitionHolder | |
|---|---|
protected List<MongoPersistentEntityIndexResolver.IndexDefinitionHolder> |
MongoPersistentEntityIndexResolver.createCompoundIndexDefinitions(String dotPath,
String fallbackCollection,
Class<?> type)
Create IndexDefinition wrapped in MongoPersistentEntityIndexResolver.IndexDefinitionHolder for CompoundIndexes of given type. |
List<MongoPersistentEntityIndexResolver.IndexDefinitionHolder> |
MongoPersistentEntityIndexResolver.resolveIndexForClass(Class<?> type)
|
List<MongoPersistentEntityIndexResolver.IndexDefinitionHolder> |
MongoPersistentEntityIndexResolver.resolveIndexForEntity(MongoPersistentEntity<?> root)
Resolve the IndexDefinitions for given root entity by traversing MongoPersistentProperty
scanning for index annotations Indexed, CompoundIndex and GeospatialIndex. |
|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||