Uses of Class
dev.morphia.query.Update
-
Packages that use Update Package Description dev.morphia.query -
-
Uses of Update in dev.morphia.query
Methods in dev.morphia.query that return Update Modifier and Type Method Description Update<T>LegacyQuery. update(UpdateOperations<T> operations)Deprecated, for removal: This API element is subject to removal in a future version.Update<T>LegacyQuery. update(UpdateOperator first, UpdateOperator... updates)Deprecated.Update<T>LegacyQuery. update(List<UpdateOperator> updates)Deprecated.Update<T>MorphiaQuery. update(UpdateOperator first, UpdateOperator... updates)Update<T>MorphiaQuery. update(List<UpdateOperator> updates)Deprecated.default Update<T>Query. update(UpdateOperations<T> operations)Deprecated, for removal: This API element is subject to removal in a future version.Update<T>Query. update(UpdateOperator first, UpdateOperator... updates)Deprecated, for removal: This API element is subject to removal in a future version.useQuery.update(UpdateOptions, UpdateOperator...)instead.default Update<T>Query. update(List<UpdateOperator> updates)Deprecated, for removal: This API element is subject to removal in a future version.useQuery.update(UpdateOperator, UpdateOperator...)instead
-