@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable public final class ImmutableUpdateByQuery extends Object implements StandardOperations.UpdateByQuery
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableUpdateByQuery.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableUpdateByQuery.Builder |
builder() |
static ImmutableUpdateByQuery |
copyOf(StandardOperations.UpdateByQuery instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableUpdateByQuery |
of(Query query,
Map<? extends Expression,? extends Object> values) |
Query |
query() |
String |
toString() |
boolean |
upsert() |
com.google.common.collect.ImmutableMap<Expression,Object> |
values() |
ImmutableUpdateByQuery |
withQuery(Query value) |
ImmutableUpdateByQuery |
withUpsert(boolean value) |
ImmutableUpdateByQuery |
withValues(Map<? extends Expression,? extends Object> entries) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitof, replace, withUpsertpublic Query query()
public com.google.common.collect.ImmutableMap<Expression,Object> values()
public boolean upsert()
public final ImmutableUpdateByQuery withQuery(Query value)
public final ImmutableUpdateByQuery withValues(Map<? extends Expression,? extends Object> entries)
public final ImmutableUpdateByQuery withUpsert(boolean value)
public int hashCode()
public String toString()
public static ImmutableUpdateByQuery of(Query query, Map<? extends Expression,? extends Object> values)
public static ImmutableUpdateByQuery copyOf(StandardOperations.UpdateByQuery instance)
public static ImmutableUpdateByQuery.Builder builder()
Copyright © 2020 The Immutables.org authors. All rights reserved.