| Package | Description |
|---|---|
| org.dellroad.querystream.jpa |
QueryStream API for the Java Persistence Architecture (JPA).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LongValue
A long
ExprValue. |
| Modifier and Type | Method and Description |
|---|---|
<R> LongStream |
LongStream.addRoot(Ref<R,? super Root<R>> ref,
Class<R> type) |
LongStream |
IntStream.asLongStream() |
LongStream |
LongStream.bind(Ref<Long,? super Expression<Long>> ref) |
<X2,S2 extends Selection<X2>> |
LongStream.bind(Ref<X2,? super S2> ref,
Function<? super Expression<Long>,? extends S2> refFunction) |
LongStream |
LongStream.distinct() |
LongStream |
LongStream.filter(Function<? super Expression<Long>,? extends Expression<Boolean>> predicateBuilder) |
LongStream |
LongStream.groupBy(Function<? super Expression<Long>,? extends Expression<?>> groupFunction) |
LongStream |
LongStream.groupBy(Ref<?,? extends Expression<?>> ref) |
LongStream |
LongStream.groupByMulti(Function<? super Expression<Long>,? extends List<Expression<?>>> groupFunction) |
LongStream |
LongStream.having(Function<? super Expression<Long>,? extends Expression<Boolean>> havingFunction) |
LongStream |
LongStream.limit(int maxSize) |
default LongStream |
SearchStream.mapToLong(Function<? super S,? extends Expression<? extends Number>> longExprFunction)
Map this stream into a stream of long values that are the result of applying the given function.
|
default LongStream |
SearchStream.mapToLong(SingularAttribute<? super X,? extends Number> attribute)
Map this stream to an associated long value.
|
LongStream |
LongStream.orderBy(Function<? super Expression<Long>,? extends Expression<?>> orderExprFunction,
boolean asc) |
LongStream |
LongStream.orderBy(Order... orders) |
LongStream |
LongStream.orderBy(Ref<?,? extends Expression<?>> ref,
boolean asc) |
LongStream |
LongStream.orderByMulti(Function<? super Expression<Long>,? extends List<? extends Order>> orderListFunction) |
LongStream |
LongStream.peek(Consumer<? super Expression<Long>> peeker) |
LongStream |
LongStream.skip(int num) |
LongStream |
LongStream.thenOrderBy(Function<? super Expression<Long>,? extends Expression<?>> orderExprFunction,
boolean asc) |
LongStream |
LongStream.thenOrderBy(Order... orders) |
LongStream |
LongStream.thenOrderBy(Ref<?,? extends Expression<?>> ref,
boolean asc) |
LongStream |
LongStream.withFetchGraph(String name) |
LongStream |
LongStream.withFlushMode(FlushModeType flushMode) |
LongStream |
LongStream.withHint(String name,
Object value) |
LongStream |
LongStream.withHints(Map<String,Object> hints) |
LongStream |
LongStream.withLoadGraph(String name) |
LongStream |
LongStream.withLockMode(LockModeType lockMode) |
LongStream |
LongStream.withParam(Parameter<Calendar> parameter,
Calendar value,
TemporalType temporalType) |
LongStream |
LongStream.withParam(Parameter<Date> parameter,
Date value,
TemporalType temporalType) |
<T> LongStream |
LongStream.withParam(Parameter<T> parameter,
T value) |
LongStream |
LongStream.withParams(Iterable<? extends ParamBinding<?>> params) |
Copyright © 2023. All rights reserved.