| Package | Description |
|---|---|
| org.immutables.criteria.expression |
| Modifier and Type | Method and Description |
|---|---|
static Collation |
Collation.of(Expression expression) |
static Collation |
Collation.of(Expression expression,
Ordering.Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Collation> |
ImmutableQuery.collations() |
abstract List<Collation> |
Query.collations() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableQuery.Builder |
ImmutableQuery.Builder.addCollations(Collation... elements) |
ImmutableQuery.Builder |
ImmutableQuery.Builder.addCollations(Collation element) |
ImmutableQuery |
ImmutableQuery.withCollations(Collation... elements) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableQuery.Builder |
ImmutableQuery.Builder.addAllCollations(Iterable<? extends Collation> elements) |
ImmutableQuery |
Query.addCollations(Iterable<Collation> collations) |
ImmutableQuery.Builder |
ImmutableQuery.Builder.collations(Iterable<? extends Collation> elements) |
ImmutableQuery |
ImmutableQuery.withCollations(Iterable<? extends Collation> elements) |
Copyright © 2020 The Immutables.org authors. All rights reserved.