Spring Data Document

Uses of Class
org.springframework.data.mongodb.core.query.Update.Position

Packages that use Update.Position
org.springframework.data.mongodb.core.query MongoDB specific query and update support. 
 

Uses of Update.Position in org.springframework.data.mongodb.core.query
 

Methods in org.springframework.data.mongodb.core.query that return Update.Position
static Update.Position Update.Position.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Update.Position[] Update.Position.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.data.mongodb.core.query with parameters of type Update.Position
 Update Update.pop(String key, Update.Position pos)
          Update using the $pop update modifier
 Update BasicUpdate.pop(String key, Update.Position pos)
           
 


Spring Data Document

Copyright © 2012. All Rights Reserved.