| Package | Description |
|---|---|
| org.dellroad.querystream.jpa |
QueryStream API for the Java Persistence Architecture (JPA).
|
| Modifier and Type | Method and Description |
|---|---|
LongValue |
LongValue.bind(Ref<Long,? super Expression<Long>> ref) |
<X2,S2 extends Selection<X2>> |
LongValue.bind(Ref<X2,? super S2> ref,
Function<? super Expression<Long>,? extends S2> refFunction) |
LongValue |
ExprStream.count()
Create value returning the number of instances in this stream.
|
LongValue |
ExprStream.countDistinct()
Create value returning the number of distinct instances in this stream.
|
LongValue |
LongValue.filter(Function<? super Expression<Long>,? extends Expression<Boolean>> predicateBuilder) |
LongValue |
LongStream.findAny() |
LongValue |
LongStream.findFirst() |
LongValue |
LongStream.findSingle() |
default LongValue |
ExprValue.mapToLong(Function<? super S,? extends Expression<? extends Number>> longExprFunction) |
default LongValue |
ExprValue.mapToLong(SingularAttribute<? super X,? extends Number> attribute) |
LongValue |
LongStream.max() |
LongValue |
LongStream.min() |
LongValue |
LongValue.peek(Consumer<? super Expression<Long>> peeker) |
LongValue |
LongStream.sum() |
LongValue |
LongValue.withFetchGraph(String name) |
LongValue |
LongValue.withFlushMode(FlushModeType flushMode) |
LongValue |
LongValue.withHint(String name,
Object value) |
LongValue |
LongValue.withHints(Map<String,Object> hints) |
LongValue |
LongValue.withLoadGraph(String name) |
LongValue |
LongValue.withLockMode(LockModeType lockMode) |
LongValue |
LongValue.withParam(Parameter<Calendar> parameter,
Calendar value,
TemporalType temporalType) |
LongValue |
LongValue.withParam(Parameter<Date> parameter,
Date value,
TemporalType temporalType) |
<T> LongValue |
LongValue.withParam(Parameter<T> parameter,
T value) |
LongValue |
LongValue.withParams(Iterable<? extends ParamBinding<?>> params) |
Copyright © 2023. All rights reserved.