|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexOperations | |
|---|---|
| org.springframework.data.mongodb.core | MongoDB core support. |
| Uses of IndexOperations in org.springframework.data.mongodb.core |
|---|
| Classes in org.springframework.data.mongodb.core that implement IndexOperations | |
|---|---|
class |
DefaultIndexOperations
Default implementation of IndexOperations. |
| Methods in org.springframework.data.mongodb.core that return IndexOperations | |
|---|---|
IndexOperations |
MongoTemplate.indexOps(Class<?> entityClass)
|
IndexOperations |
MongoOperations.indexOps(Class<?> entityClass)
Returns the operations that can be performed on indexes |
IndexOperations |
MongoTemplate.indexOps(String collectionName)
|
IndexOperations |
MongoOperations.indexOps(String collectionName)
Returns the operations that can be performed on indexes |
|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||