Uses of Class
dev.morphia.query.updates.CurrentDateOperator.TypeSpecification
-
Packages that use CurrentDateOperator.TypeSpecification Package Description dev.morphia.query.updates -
-
Uses of CurrentDateOperator.TypeSpecification in dev.morphia.query.updates
Methods in dev.morphia.query.updates that return CurrentDateOperator.TypeSpecification Modifier and Type Method Description static CurrentDateOperator.TypeSpecification
CurrentDateOperator.TypeSpecification. valueOf(String name)
Returns the enum constant of this type with the specified name.static CurrentDateOperator.TypeSpecification[]
CurrentDateOperator.TypeSpecification. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.morphia.query.updates with parameters of type CurrentDateOperator.TypeSpecification Modifier and Type Method Description CurrentDateOperator
CurrentDateOperator. type(CurrentDateOperator.TypeSpecification type)
Sets the type of value to set when updating the field
-