| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.index |
Support for MongoDB document indexing.
|
| org.springframework.data.mongodb.core.query |
MongoDB specific query and update support.
|
| org.springframework.data.mongodb.repository.query |
Query derivation mechanism for MongoDB specific repositories.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
IndexField.getOrder()
Deprecated.
use
IndexField.getDirection() instead. |
| Modifier and Type | Method and Description |
|---|---|
static IndexField |
IndexField.create(String key,
Order order)
Deprecated.
use
#create(String, Direction). |
Index |
Index.on(String key,
Order order)
Deprecated.
use
#on(String, Direction) instead. |
| Constructor and Description |
|---|
Index(String key,
Order order)
Deprecated.
use
#Index(String, Direction) instead. |
| Modifier and Type | Method and Description |
|---|---|
static Order |
Order.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Order |
QueryUtils.toOrder(Sort.Order order)
Deprecated.
use
Sort.Order directly. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.