| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.index |
Support for MongoDB document indexing.
|
| Modifier and Type | Method and Description |
|---|---|
List<IndexInfo> |
IndexOperations.getIndexInfo()
Returns the index information on the collection.
|
List<IndexInfo> |
DefaultIndexOperations.getIndexInfo() |
| Modifier and Type | Method and Description |
|---|---|
static IndexInfo |
IndexInfo.indexInfoOf(com.mongodb.DBObject sourceDocument)
Creates new
IndexInfo parsing required properties from the given sourceDocument. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.