| Package | Description |
|---|---|
| org.dellroad.querystream.jpa |
QueryStream API for the Java Persistence Architecture (JPA).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RootValue<X>
A
RootStream that is guaranteed to return at most a single result. |
| Modifier and Type | Method and Description |
|---|---|
FromValue<X,S> |
FromValue.bind(Ref<X,? super S> ref) |
<X2,S2 extends Selection<X2>> |
FromValue.bind(Ref<X2,? super S2> ref,
Function<? super S,? extends S2> refFunction) |
FromValue<X,S> |
FromValue.filter(Function<? super S,? extends Expression<Boolean>> predicateBuilder) |
FromValue<X,S> |
FromValue.filter(SingularAttribute<? super X,Boolean> attribute) |
FromValue<X,S> |
FromStream.findAny() |
FromValue<X,S> |
FromStream.findFirst() |
FromValue<X,S> |
FromStream.findSingle() |
default <Y> FromValue<Y,From<X,Y>> |
FromValue.join(SingularAttribute<? super X,Y> attribute) |
default <Y> FromValue<Y,From<X,Y>> |
FromValue.join(SingularAttribute<? super X,Y> attribute,
JoinType joinType) |
default <Y> FromValue<Y,From<X,Y>> |
FromValue.join(SingularAttribute<? super X,Y> attribute,
JoinType joinType,
Function<? super Join<X,Y>,? extends Expression<Boolean>> on) |
default <Z,Y> FromValue<Y,From<Z,Y>> |
ExprValue.mapToFrom(Class<Y> type,
Function<? super S,? extends From<Z,Y>> fromFunction) |
FromValue<X,S> |
FromValue.peek(Consumer<? super S> peeker) |
FromValue<X,S> |
FromValue.withFetchGraph(String name) |
FromValue<X,S> |
FromValue.withFlushMode(FlushModeType flushMode) |
FromValue<X,S> |
FromValue.withHint(String name,
Object value) |
FromValue<X,S> |
FromValue.withHints(Map<String,Object> hints) |
FromValue<X,S> |
FromValue.withLoadGraph(String name) |
FromValue<X,S> |
FromValue.withLockMode(LockModeType lockMode) |
FromValue<X,S> |
FromValue.withParam(Parameter<Calendar> parameter,
Calendar value,
TemporalType temporalType) |
FromValue<X,S> |
FromValue.withParam(Parameter<Date> parameter,
Date value,
TemporalType temporalType) |
<T> FromValue<X,S> |
FromValue.withParam(Parameter<T> parameter,
T value) |
FromValue<X,S> |
FromValue.withParams(Iterable<? extends ParamBinding<?>> params) |
Copyright © 2023. All rights reserved.