ImmutableQuery |
Query.addCollations(Iterable<Collation> collations) |
ImmutableQuery |
Query.addGroupBy(Expression... groupBy) |
ImmutableQuery |
Query.addGroupBy(Iterable<Expression> groupBy) |
ImmutableQuery |
Query.addProjections(Expression... projections) |
ImmutableQuery |
Query.addProjections(Iterable<Expression> projections) |
ImmutableQuery |
ImmutableQuery.Builder.build() |
static ImmutableQuery |
ImmutableQuery.copyOf(Query instance) |
static ImmutableQuery |
ImmutableQuery.of(Class<?> entityClass) |
static ImmutableQuery |
Query.of(Class<?> entityClass) |
ImmutableQuery |
ImmutableQuery.withCollations(Collation... elements) |
ImmutableQuery |
ImmutableQuery.withCollations(Iterable<? extends Collation> elements) |
ImmutableQuery |
ImmutableQuery.withCount(boolean value) |
ImmutableQuery |
ImmutableQuery.withDistinct(boolean value) |
ImmutableQuery |
ImmutableQuery.withEntityClass(Class<?> value) |
ImmutableQuery |
ImmutableQuery.withFilter(Expression value) |
ImmutableQuery |
ImmutableQuery.withFilter(Optional<? extends Expression> optional) |
ImmutableQuery |
ImmutableQuery.withGroupBy(Expression... elements) |
ImmutableQuery |
ImmutableQuery.withGroupBy(Iterable<? extends Expression> elements) |
ImmutableQuery |
ImmutableQuery.withLimit(long value) |
ImmutableQuery |
ImmutableQuery.withLimit(OptionalLong optional) |
ImmutableQuery |
ImmutableQuery.withOffset(long value) |
ImmutableQuery |
ImmutableQuery.withOffset(OptionalLong optional) |
ImmutableQuery |
ImmutableQuery.withProjections(Expression... elements) |
ImmutableQuery |
ImmutableQuery.withProjections(Iterable<? extends Expression> elements) |