| Package | Description |
|---|---|
| org.immutables.criteria.backend |
| Modifier and Type | Method and Description |
|---|---|
ImmutableInsert |
ImmutableInsert.Builder.build() |
static ImmutableInsert |
ImmutableInsert.copyOf(StandardOperations.Insert instance) |
static ImmutableInsert |
ImmutableInsert.of(Iterable<? extends Object> values) |
static ImmutableInsert |
ImmutableInsert.of(List<Object> values) |
ImmutableInsert |
ImmutableInsert.withValues(Iterable<? extends Object> elements) |
ImmutableInsert |
ImmutableInsert.withValues(Object... elements) |
Copyright © 2020 The Immutables.org authors. All rights reserved.