public interface Update
<T> void where(Key<T> key, T value)
StorageException
may get thrown.key
- the key of the field of the where clausevalue
- the value of the field of the where clause<T> void set(Key<T> key, T value)
key
- the key of the fieldvalue
- the value to setvoid apply()
Copyright © 2013. All Rights Reserved.