U - the query typepublic interface UpdateWithUnit<U extends Update<U>> extends Update<U>
| Modifier and Type | Method and Description |
|---|---|
U |
addSetValue(String name,
Object value) |
U |
appendListValue(String name,
Object value) |
U |
entity(Object entity) |
U |
prependListValue(String name,
Object value) |
U |
putMapValue(String name,
Object key,
Object value) |
U |
removeListValue(String name,
Object value) |
U |
removeSetValue(String name,
Object value) |
<T> U |
value(ColumnName<T> name,
T value) |
U |
value(String name,
Object value) |
U |
values(com.google.common.collect.ImmutableMap<String,Object> nameValuePairsToAdd) |
combinedWithwithSerialConsistency, withTtl, withWritetimewithConsistency, withoutTracking, withRetryPolicy, withTrackingexecute, executeAsyncgetStatementAsyncU entity(Object entity)
entity - the entity to writeU value(String name, Object value)
name - the column namevalue - the value to addU values(com.google.common.collect.ImmutableMap<String,Object> nameValuePairsToAdd)
nameValuePairsToAdd - the column name value pairs to add<T> U value(ColumnName<T> name, T value)
T - the name typename - the column namevalue - the value to addU removeSetValue(String name, Object value)
name - the set column namevalue - the set value to removeU addSetValue(String name, Object value)
name - the set column namevalue - the set value to setU appendListValue(String name, Object value)
name - the list column namevalue - the list value to appendU prependListValue(String name, Object value)
name - the list column namevalue - the list value to preprendU removeListValue(String name, Object value)
name - the list column namevalue - the list value to removeCopyright © 2012–2015 1&1. All rights reserved.