Spring Data MongoDB - Core

org.springframework.data.mongodb.core.query
Interface Update.Modifier

Enclosing class:
Update

public static interface Update.Modifier

Marker interface of nested commands.

Author:
Christoph Strobl

Method Summary
 String getKey()
           
 Object getValue()
           
 

Method Detail

getKey

String getKey()
Returns:
the command to send eg. $push

getValue

Object getValue()
Returns:
value to be sent with command

Spring Data MongoDB - Core

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.