All Classes and Interfaces

Class
Description
 
 
A boolean ExprValue.
Represents the binding of a Calendar value to a Parameter.
A PrintStream that can capture what gets printed.
Represents the binding of a Date value to a Parameter.
Builder for JPA criteria bulk delete queries using a Stream-like API.
Represents the JPA Criteria API bulk delete query type.
 
 
SearchStream containing Double values.
A double ExprValue.
 
 
 
A Ref that's known to be an Expression.
SearchStream containing items representable as Expressions.
An ExprStream that is guaranteed to return at most a single result.
CriteriaBuilder that forwards all methods to a delegate provided by the subclass.
A Ref that's known to be a From.
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.
SearchStream containing Integer values.
A int ExprValue.
SearchStream containing Long values.
A long ExprValue.
Represents the binding of a value to a Parameter.
A Ref that's known to be a Path.
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.
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.
Builder for QueryStreams, DeleteStreams, and UpdateStreams.
QueryType<X,C extends CommonAbstractCriteria,C2 extends C,Q extends Query>
Instances represent one of the three types of JPA criteria API queries: search, update, or delete, for a specific target type.
Ref<X,S extends Selection<X>>
A reference to items in a QueryStream.
A Ref that's known to be a Root.
SearchStream containing items representable as Roots.
A RootStream that is guaranteed to return at most a single result.
Builder for JPA criteria search queries, based on configuration through a Stream-like API.
Represents the JPA Criteria API search query type.
A SearchStream that is guaranteed to return at most a single result.
Builder for JPA criteria bulk update queries using a Stream-like API.
Represents the JPA Criteria API bulk update query type.