| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.index |
Support for MongoDB document indexing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIndexOperations
Default implementation of
IndexOperations. |
| Modifier and Type | Method and Description |
|---|---|
IndexOperations |
MongoOperations.indexOps(Class<?> entityClass)
Returns the operations that can be performed on indexes
|
IndexOperations |
MongoTemplate.indexOps(Class<?> entityClass) |
IndexOperations |
MongoOperations.indexOps(String collectionName)
Returns the operations that can be performed on indexes
|
IndexOperations |
MongoTemplate.indexOps(String collectionName) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexOperationsAdapter
Adapter for creating synchronous
IndexOperations. |
| Modifier and Type | Method and Description |
|---|---|
IndexOperations |
IndexOperationsProvider.indexOps(String collectionName)
Returns the operations that can be performed on indexes
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.