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