Uses of Enum Class
org.springframework.data.mongodb.core.query.Update.Position
Packages that use Update.Position
Package
Description
MongoDB specific query and update support.
-
Uses of Update.Position in org.springframework.data.mongodb.core.query
Subclasses with type arguments of type Update.Position in org.springframework.data.mongodb.core.queryMethods in org.springframework.data.mongodb.core.query that return Update.PositionModifier and TypeMethodDescriptionstatic Update.PositionReturns the enum constant of this class with the specified name.static Update.Position[]Update.Position.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.query with parameters of type Update.PositionModifier and TypeMethodDescriptionUpdate.PushOperatorBuilder.atPosition(@Nullable Update.Position position) Forces values to be added at given position.BasicUpdate.pop(String key, Update.Position pos) Update.pop(String key, Update.Position pos) Update using the $pop update modifier.