Spring Data MongoDB - Core

org.springframework.data.mongodb.core.query
Class Update.PushOperatorBuilder

java.lang.Object
  extended by org.springframework.data.mongodb.core.query.Update.PushOperatorBuilder
Enclosing class:
Update

public class Update.PushOperatorBuilder
extends Object

Builder for creating $push modifiers

Author:
Christop Strobl

Method Summary
 Update each(Object... values)
          Propagates $each to $push
 Update value(Object value)
          Propagates value(Object) to $push
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

each

public Update each(Object... values)
Propagates $each to $push

Parameters:
values -
Returns:

value

public Update value(Object value)
Propagates value(Object) to $push

Parameters:
values -
Returns:

Spring Data MongoDB - Core

Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.