See: Description
| Interface | Description |
|---|---|
| BooleanValue |
A boolean
ExprValue. |
| DeleteStream<X> |
Builder for JPA criteria bulk delete queries using a
Stream-like API. |
| DoubleStream |
SearchStream containing Double values. |
| DoubleValue |
A double
ExprValue. |
| ExprStream<X,S extends Expression<X>> |
SearchStream containing items representable as Expressions. |
| ExprValue<X,S extends Expression<X>> |
An
ExprStream that is guaranteed to return at most a single result. |
| FromStream<X,S extends From<?,X>> |
SearchStream containing items representable as Froms. |
| FromValue<X,S extends From<?,X>> |
A
FromStream that is guaranteed to return at most a single result. |
| IntStream |
SearchStream containing Integer values. |
| IntValue |
A int
ExprValue. |
| LongStream |
SearchStream containing Long values. |
| LongValue |
A long
ExprValue. |
| PathStream<X,S extends Path<X>> |
SearchStream containing items representable as Paths. |
| PathValue<X,S extends Path<X>> |
A
PathStream that is guaranteed to return at most a single result. |
| QueryConfigurer<C extends CommonAbstractCriteria,X,S extends Selection<X>> |
Configures a critiera query of some kind.
|
| QueryStream<X,S extends Selection<X>,C extends CommonAbstractCriteria,C2 extends C,Q extends Query> |
Builder for JPA criteria queries, based on configuration through a
Stream-like API. |
| Ref<X,S extends Selection<X>> |
A reference to items in a
QueryStream. |
| RootStream<X> |
SearchStream containing items representable as Roots. |
| RootValue<X> |
A
RootStream that is guaranteed to return at most a single result. |
| SearchStream<X,S extends Selection<X>> |
Builder for JPA criteria search queries, based on configuration through a
Stream-like API. |
| SearchValue<X,S extends Selection<X>> |
A
SearchStream that is guaranteed to return at most a single result. |
| UpdateStream<X> |
Builder for JPA criteria bulk update queries using a
Stream-like API. |
| Class | Description |
|---|---|
| CalendarParamBinding | |
| DateParamBinding | |
| ExprRef<X> |
A
Ref that's known to be an Expression. |
| FromRef<X> | |
| ParamBinding<T> |
Represents the binding of a value to a
Parameter. |
| PathRef<X> | |
| QueryStream.Builder | |
| RootRef<X> |
Copyright © 2023. All rights reserved.