Uses of Class
dev.morphia.query.updates.CurrentDateOperator
-
Packages that use CurrentDateOperator Package Description dev.morphia.query.updates -
-
Uses of CurrentDateOperator in dev.morphia.query.updates
Methods in dev.morphia.query.updates that return CurrentDateOperator Modifier and Type Method Description static CurrentDateOperatorUpdateOperators. currentDate(String field)The $currentDate operator sets the value of a field to the current date, either as a Date or a timestamp.CurrentDateOperatorCurrentDateOperator. type(CurrentDateOperator.TypeSpecification type)Sets the type of value to set when updating the field
-