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