| Package | Description |
|---|---|
| org.dellroad.querystream.jpa |
QueryStream API for the Java Persistence Architecture (JPA).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanValue
A boolean
ExprValue. |
interface |
DeleteStream<X>
Builder for JPA criteria bulk delete queries using a
Stream-like API. |
interface |
DoubleStream
SearchStream containing Double values. |
interface |
DoubleValue
A double
ExprValue. |
interface |
ExprStream<X,S extends Expression<X>>
SearchStream containing items representable as Expressions. |
interface |
ExprValue<X,S extends Expression<X>>
An
ExprStream that is guaranteed to return at most a single result. |
interface |
FromStream<X,S extends From<?,X>>
SearchStream containing items representable as Froms. |
interface |
FromValue<X,S extends From<?,X>>
A
FromStream that is guaranteed to return at most a single result. |
interface |
IntStream
SearchStream containing Integer values. |
interface |
IntValue
A int
ExprValue. |
interface |
LongStream
SearchStream containing Long values. |
interface |
LongValue
A long
ExprValue. |
interface |
PathStream<X,S extends Path<X>>
SearchStream containing items representable as Paths. |
interface |
PathValue<X,S extends Path<X>>
A
PathStream that is guaranteed to return at most a single result. |
interface |
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. |
interface |
RootStream<X>
SearchStream containing items representable as Roots. |
interface |
RootValue<X>
A
RootStream that is guaranteed to return at most a single result. |
interface |
SearchStream<X,S extends Selection<X>>
Builder for JPA criteria search queries, based on configuration through a
Stream-like API. |
interface |
SearchValue<X,S extends Selection<X>>
A
SearchStream that is guaranteed to return at most a single result. |
interface |
UpdateStream<X>
Builder for JPA criteria bulk update queries using a
Stream-like API. |
Copyright © 2023. All rights reserved.