Uses of Class
org.springframework.data.mongodb.core.aggregation.DateOperators.IsoDateFromParts
Packages that use DateOperators.IsoDateFromParts
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of DateOperators.IsoDateFromParts in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return DateOperators.IsoDateFromPartsModifier and TypeMethodDescriptionDateOperators.IsoDateFromParts.isoDayOfWeek(Object day) Set the day of week to the given value which must resolve to a weekday in range1 - 7.DateOperators.IsoDateFromParts.isoDayOfWeekOf(String fieldReference) Set the day of week to the value resolved by following the givenfield reference.DateOperators.IsoDateFromParts.isoDayOfWeekOf(AggregationExpression expression) Set the day of week to the result of the givenexpression.Set the week of year to the given value which must resolve to a calendar week in range1 - 53.Set the week of year to the value resolved by following the givenfield reference.DateOperators.IsoDateFromParts.isoWeekOf(AggregationExpression expression) Set the week of year to the result of the givenexpression.DateOperators.DateFromPartsOperatorFactory.isoWeekYear(Object isoWeekYear) Set the week date year to the given value which must resolve to a weekday in range0 - 9999.DateOperators.IsoDateFromParts.IsoDateFromPartsWithYear.isoWeekYear(Object isoWeekYear) Set the week date year to the given value which must resolve to a weekday in range0 - 9999.DateOperators.DateFromPartsOperatorFactory.isoWeekYearOf(String fieldReference) Set the week date year to the value resolved by following the givenfield reference.DateOperators.DateFromPartsOperatorFactory.isoWeekYearOf(AggregationExpression expression) Set the week date year to the result of the givenexpression.default DateOperators.IsoDateFromPartsDateOperators.IsoDateFromParts.IsoDateFromPartsWithYear.isoWeekYearOf(String fieldReference) Set the week date year to the value resolved by following the givenfield reference.default DateOperators.IsoDateFromPartsDateOperators.IsoDateFromParts.IsoDateFromPartsWithYear.isoWeekYearOf(AggregationExpression expression) Set the week date year to the result of the givenexpression.DateOperators.IsoDateFromParts.millisecond(Object millisecond) DateOperators.IsoDateFromParts.withTimezone(DateOperators.Timezone timezone) Optionally set theDateOperators.Timezoneto use.