| Package | Description |
|---|---|
| org.dellroad.querystream.jpa |
QueryStream API for the Java Persistence Architecture (JPA).
|
| Class and Description |
|---|
| BooleanValue
A boolean
ExprValue. |
| DeleteStream
Builder for JPA criteria bulk delete queries using a
Stream-like API. |
DoubleStream
SearchStream containing Double values. |
| DoubleValue
A double
ExprValue. |
| ExprRef
A
Ref that's known to be an Expression. |
ExprStream
SearchStream containing items representable as Expressions. |
| ExprValue
An
ExprStream that is guaranteed to return at most a single result. |
| FromRef |
FromStream
SearchStream containing items representable as Froms. |
| FromValue
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. |
| ParamBinding
Represents the binding of a value to a
Parameter. |
| PathRef |
PathStream
SearchStream containing items representable as Paths. |
| PathValue
A
PathStream that is guaranteed to return at most a single result. |
| QueryConfigurer
Configures a critiera query of some kind.
|
| QueryStream
Builder for JPA criteria queries, based on configuration through a
Stream-like API. |
| QueryStream.Builder |
| Ref
A reference to items in a
QueryStream. |
| RootRef |
RootStream
SearchStream containing items representable as Roots. |
| RootValue
A
RootStream that is guaranteed to return at most a single result. |
| SearchStream
Builder for JPA criteria search queries, based on configuration through a
Stream-like API. |
| SearchValue
A
SearchStream that is guaranteed to return at most a single result. |
| UpdateStream
Builder for JPA criteria bulk update queries using a
Stream-like API. |
Copyright © 2023. All rights reserved.