@NotThreadSafe public static final class SillySubstructureRepository.Updater extends Repositories.Updater<SillySubstructure>
| 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 |
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 SillySubstructureRepository.Updater setEnum1(RetentionPolicy value)
public SillySubstructureRepository.Updater initEnum1(RetentionPolicy value)
public SillySubstructureRepository.Updater clearSet2()
public SillySubstructureRepository.Updater removeSet2(ElementType value)
public SillySubstructureRepository.Updater addSet2(ElementType value)
public SillySubstructureRepository.Updater addAllSet2(Iterable<ElementType> values)
public SillySubstructureRepository.Updater clearSet3()
public SillySubstructureRepository.Updater removeSet3(int value)
public SillySubstructureRepository.Updater addSet3(int value)
public SillySubstructureRepository.Updater addAllSet3(Iterable<Integer> values)
public SillySubstructureRepository.Updater clearFloats4()
public SillySubstructureRepository.Updater removeFloats4(float value)
public SillySubstructureRepository.Updater addFloats4(float value)
public SillySubstructureRepository.Updater addAllFloats4(Iterable<Float> values)
protected Constraints.Constraint collectRequiredUpdate()
protected Constraints.Constraint collectUpdate()
Copyright © 2017 The Immutables.org authors. All rights reserved.