| Package | Description |
|---|---|
| org.immutables.fixture |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSillyEntity |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2017 The Immutables.org authors. All rights reserved.