Interface QueryStream<X,S extends Selection<X>,C extends CommonAbstractCriteria,C2 extends C,Q extends Query>

Type Parameters:
X - stream item type
S - criteria type for stream item
C - configured criteria API query type
C2 - final criteria API query type
Q - JPA query type
All Superinterfaces:
QueryConfigurer<C,X,S>
All Known Subinterfaces:
BooleanValue, DeleteStream<X>, DoubleStream, DoubleValue, ExprStream<X,S>, ExprValue<X,S>, FromStream<X,S>, FromValue<X,S>, IntStream, IntValue, LongStream, LongValue, PathStream<X,S>, PathValue<X,S>, RootStream<X>, RootValue<X>, SearchStream<X,S>, SearchValue<X,S>, UpdateStream<X>

public interface QueryStream<X,S extends Selection<X>,C extends CommonAbstractCriteria,C2 extends C,Q extends Query> extends QueryConfigurer<C,X,S>
Builder for JPA criteria queries, based on configuration through a Stream-like API.