Uses of Class
dev.morphia.query.updates.PushOperator
-
Packages that use PushOperator Package Description dev.morphia.query.updates -
-
Uses of PushOperator in dev.morphia.query.updates
Methods in dev.morphia.query.updates that return PushOperator Modifier and Type Method Description PushOperatorPushOperator. position(int position)Sets the position for the updatestatic PushOperatorUpdateOperators. push(String field, Object value)The $push operator appends a specified value to an array.static PushOperatorUpdateOperators. push(String field, List<?> values)The $push operator appends a specified value to an array.PushOperatorPushOperator. slice(int slice)Sets the slice value for the updatePushOperatorPushOperator. sort(int sort)Sets the sort value for the updatePushOperatorPushOperator. sort(Sort value)Sets the sort value for the update
-