| Package | Description |
|---|---|
| org.immutables.fixture |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSillyStructureWithId |
| Modifier and Type | Method and Description |
|---|---|
SillyStructureWithIdRepository.Replacer |
SillyStructureWithIdRepository.Finder.andReplaceFirst(SillyStructureWithId document) |
static ImmutableSillyStructureWithId |
ImmutableSillyStructureWithId.copyOf(SillyStructureWithId instance) |
ImmutableSillyStructureWithId.Builder |
ImmutableSillyStructureWithId.Builder.from(SillyStructureWithId instance) |
FluentFuture<Integer> |
SillyStructureWithIdRepository.insert(SillyStructureWithId document) |
FluentFuture<Integer> |
SillyStructureWithIdRepository.upsert(SillyStructureWithId document) |
| Modifier and Type | Method and Description |
|---|---|
FluentFuture<Integer> |
SillyStructureWithIdRepository.insert(Iterable<? extends SillyStructureWithId> documents) |
| Constructor and Description |
|---|
Replacer(SillyStructureWithIdRepository repository,
SillyStructureWithId document,
Constraints.ConstraintHost criteria,
Constraints.Constraint ordering) |
Copyright © 2022 The Immutables.org authors. All rights reserved.