@NotThreadSafe public static final class SillyEntityRepository.Modifier extends Repositories.Modifier<SillyEntity,SillyEntityRepository.Modifier>
| 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 |
exclusion, ordering| Modifier and Type | Method and Description |
|---|---|
SillyEntityRepository.Modifier |
addAllInts(Iterable<Integer> values) |
SillyEntityRepository.Modifier |
addInts(int value) |
SillyEntityRepository.Modifier |
clearInts() |
SillyEntityRepository.Modifier |
clearPayload() |
protected Constraints.Constraint |
collectRequiredUpdate() |
protected Constraints.Constraint |
collectUpdate() |
SillyEntityRepository.Modifier |
initDer(com.google.common.primitives.UnsignedInteger value) |
SillyEntityRepository.Modifier |
initVal(String value) |
SillyEntityRepository.Modifier |
putPayload(String key,
int value) |
SillyEntityRepository.Modifier |
removeInts(int value) |
SillyEntityRepository.Modifier |
removePayload(String key) |
SillyEntityRepository.Modifier |
setDer(com.google.common.primitives.UnsignedInteger value) |
SillyEntityRepository.Modifier |
setVal(String value) |
returningNew, returningOld, update, 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.Modifier setVal(String value)
public SillyEntityRepository.Modifier initVal(String value)
public SillyEntityRepository.Modifier clearPayload()
public SillyEntityRepository.Modifier putPayload(String key, int value)
public SillyEntityRepository.Modifier removePayload(String key)
public SillyEntityRepository.Modifier clearInts()
public SillyEntityRepository.Modifier removeInts(int value)
public SillyEntityRepository.Modifier addInts(int value)
public SillyEntityRepository.Modifier addAllInts(Iterable<Integer> values)
public SillyEntityRepository.Modifier setDer(com.google.common.primitives.UnsignedInteger value)
public SillyEntityRepository.Modifier initDer(com.google.common.primitives.UnsignedInteger value)
protected Constraints.Constraint collectRequiredUpdate()
protected Constraints.Constraint collectUpdate()
Copyright © 2017 The Immutables.org authors. All rights reserved.