Uses of Class
dev.morphia.query.updates.PopOperator
-
Packages that use PopOperator Package Description dev.morphia.query.updates -
-
Uses of PopOperator in dev.morphia.query.updates
Methods in dev.morphia.query.updates that return PopOperator Modifier and Type Method Description static PopOperatorUpdateOperators. pop(String field)The $pop operator removes the first or last element of an array.PopOperatorPopOperator. removeFirst()Remove the first element rather than the last.
-