|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexDefinition | |
|---|---|
| org.springframework.data.mongodb.core | MongoDB core support. |
| org.springframework.data.mongodb.core.index | |
| Uses of IndexDefinition in org.springframework.data.mongodb.core |
|---|
| Methods in org.springframework.data.mongodb.core with parameters of type IndexDefinition | |
|---|---|
void |
IndexOperations.ensureIndex(IndexDefinition indexDefinition)
Ensure that an index for the provided IndexDefinition exists for the collection indicated by the entity
class. |
void |
DefaultIndexOperations.ensureIndex(IndexDefinition indexDefinition)
|
| Uses of IndexDefinition in org.springframework.data.mongodb.core.index |
|---|
| Classes in org.springframework.data.mongodb.core.index that implement IndexDefinition | |
|---|---|
class |
GeospatialIndex
Value object to capture data to create a geo index. |
class |
Index
|
|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||