| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
static DateOperators.DateToParts |
DateOperators.DateToParts.datePartsOf(AggregationExpression expression)
Creates new
DateOperators.DateToParts. |
static DateOperators.DateToParts |
DateOperators.DateToParts.datePartsOf(String fieldReference)
Creates new
DateOperators.DateToParts. |
static DateOperators.DateToParts |
DateOperators.DateToParts.dateToParts(Object value)
Creates new
DateOperators.DateToParts. |
DateOperators.DateToParts |
DateOperators.DateToParts.iso8601()
Use ISO week date fields in the resulting document.
|
DateOperators.DateToParts |
DateOperators.DateOperatorFactory.toParts()
Creates new
AggregationExpression that returns a document containing the constituent parts of the date as
individual properties. |
DateOperators.DateToParts |
DateOperators.DateToParts.withTimezone(DateOperators.Timezone timezone)
Optionally set the
DateOperators.Timezone to use. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.