| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
DateOperators.Month |
DateOperators.DateOperatorFactory.month()
Creates new
AggregationExpression that returns the month of a date as a number between 1 and 12. |
static DateOperators.Month |
DateOperators.Month.month(Object value)
Creates new
DateOperators.Month. |
static DateOperators.Month |
DateOperators.Month.monthOf(AggregationExpression expression)
Creates new
DateOperators.Month. |
static DateOperators.Month |
DateOperators.Month.monthOf(String fieldReference)
Creates new
DateOperators.Month. |
DateOperators.Month |
DateOperators.Month.withTimezone(DateOperators.Timezone timezone)
Optionally set the
DateOperators.Timezone to use. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.