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