@NotThreadSafe public static final class SillyEntityRepository.Updater extends Repositories.Updater<SillyEntity>
| Modifier and Type | Field and Description |
|---|---|
protected Constraints.Constraint |
addToSetFields |
protected Constraints.ConstraintHost |
criteria |
protected Constraints.Constraint |
incrementFields |
protected Constraints.Constraint |
pullFields |
protected Constraints.Constraint |
pushFields |
protected Repositories.Repository<T> |
repository |
protected Constraints.Constraint |
setFields |
protected Constraints.Constraint |
setOnInsertFields |
protected Constraints.Constraint |
unsetFields |
| Modifier and Type | Method and Description |
|---|---|
SillyEntityRepository.Updater |
addAllInts(Iterable<Integer> values) |
SillyEntityRepository.Updater |
addInts(int value) |
SillyEntityRepository.Updater |
clearInts() |
SillyEntityRepository.Updater |
clearPayload() |
protected Constraints.Constraint |
collectRequiredUpdate() |
protected Constraints.Constraint |
collectUpdate() |
SillyEntityRepository.Updater |
initDer(com.google.common.primitives.UnsignedInteger value) |
SillyEntityRepository.Updater |
initVal(String value) |
SillyEntityRepository.Updater |
putPayload(String key,
int value) |
SillyEntityRepository.Updater |
removeInts(int value) |
SillyEntityRepository.Updater |
removePayload(String key) |
SillyEntityRepository.Updater |
setDer(com.google.common.primitives.UnsignedInteger value) |
SillyEntityRepository.Updater |
setVal(String value) |
updateAll, updateFirst, upsert@Nullable protected Constraints.ConstraintHost criteria
protected Constraints.Constraint setFields
protected Constraints.Constraint setOnInsertFields
protected Constraints.Constraint incrementFields
protected Constraints.Constraint addToSetFields
protected Constraints.Constraint pushFields
protected Constraints.Constraint pullFields
protected Constraints.Constraint unsetFields
protected final Repositories.Repository<T> repository
public SillyEntityRepository.Updater setVal(String value)
public SillyEntityRepository.Updater initVal(String value)
public SillyEntityRepository.Updater clearPayload()
public SillyEntityRepository.Updater putPayload(String key, int value)
public SillyEntityRepository.Updater removePayload(String key)
public SillyEntityRepository.Updater clearInts()
public SillyEntityRepository.Updater removeInts(int value)
public SillyEntityRepository.Updater addInts(int value)
public SillyEntityRepository.Updater addAllInts(Iterable<Integer> values)
public SillyEntityRepository.Updater setDer(com.google.common.primitives.UnsignedInteger value)
public SillyEntityRepository.Updater initDer(com.google.common.primitives.UnsignedInteger value)
protected Constraints.Constraint collectRequiredUpdate()
protected Constraints.Constraint collectUpdate()
Copyright © 2017 The Immutables.org authors. All rights reserved.