Uses of Class
dev.morphia.query.PushOptions
-
Packages that use PushOptions Package Description dev.morphia.query -
-
Uses of PushOptions in dev.morphia.query
Methods in dev.morphia.query that return PushOptions Modifier and Type Method Description static PushOptions
PushOptions. options()
Helper method to create a PushOptions instancePushOptions
PushOptions. position(int position)
Sets the position for the updatePushOptions
PushOptions. slice(int slice)
Sets the slice value for the updatePushOptions
PushOptions. sort(int sort)
Sets the sort value for the updatePushOptions
PushOptions. sort(String field, int direction)
Sets the sort value for the updateMethods in dev.morphia.query with parameters of type PushOptions Modifier and Type Method Description UpdateOperations<T>
UpdateOperations. push(String field, Object value, PushOptions options)
Deprecated, for removal: This API element is subject to removal in a future version.Adds new values to an array field at the given positionUpdateOperations<T>
UpdateOperations. push(String field, List<?> values, PushOptions options)
Deprecated, for removal: This API element is subject to removal in a future version.Adds new values to an array field at the given positionUpdateOperations<T>
UpdateOpsImpl. push(String field, Object value, PushOptions options)
Deprecated, for removal: This API element is subject to removal in a future version.UpdateOperations<T>
UpdateOpsImpl. push(String field, List<?> values, PushOptions options)
Deprecated, for removal: This API element is subject to removal in a future version.Updater
Updates. push(String field, Object value, PushOptions options)
Adds new values to an array field at the given positionUpdater
Updates. push(String field, List<?> values, PushOptions options)
Adds new values to an array field at the given position
-