All Classes

Class Description
AbstractBlazeJPAQuery<T,​Q extends AbstractBlazeJPAQuery<T,​Q>>
Abstract base class for JPA API based implementations of the JPQLQuery interface
Binds<X>
FactoryExpression for representing CTE bindings.
BlazeCriteriaBuilderRenderer<T>
A class for rendering a BlazeJPAQuery to a CriteriaBuilder
BlazeJPAQuery<T>
BlazeJPAQuery is the default implementation of the JPQLQuery interface for Blaze-Persistence JPQL.Next
DatePart
DatePart defines date parts for various date/time operations
ExtendedFetchable<T>
Extension for Fetchable
FilterableWindowOver<T>
FilterableWindowOver is the first part of a WindowFunction construction.
JPQLNextExpressions
Utility methods for creating JPQL.next expressions
JPQLNextOps
JPQLNextOps provides JPQL.Next specific operators.
JPQLNextQuery<T,​Q extends JPQLNextQuery<T,​Q>>
Query interface for JPQL.Next queries
JPQLNextSerializer
Slightly adjusted JPQLSerializer implementations that has basic support for rendering set operations.
JPQLNextTemplates
JPQLNextTemplates extends JPQLTemplates to provide operator patterns for JPQL.Next serialization
NamedWindow
A named window.
NotEmptySetVisitor
Visitor implementation that checks if a query is empty (i.e. has no default joins).
SetExpression<RT>
Set expresion defines an interface for set operation queries.
SetExpressionImpl<T,​Q extends AbstractBlazeJPAQuery<T,​Q>>
Default implementation for SetExpression.
SetOperationFlag
A special type of QueryFlag that indicates that a subquery represents a set operation.
SetUtils
Utility methods for generating set operations.
ValuesExpression<T>
An expression type that represents a VALUES clause that can be used as FROM expression.
WindowDefinition<Q extends WindowDefinition<Q,​?>,​T>
A base class for window definition expressions.
WindowFunction<A>
WindowFunction is a builder for window function expressions.
WindowOver<T>
WindowOver is the first part of a WindowFunction construction.
WindowRows<Def extends WindowDefinition<Def,​?>>
WindowRows provides the building of the rows/range part of the window function expression.
WithBuilder<R>
WithBuilder is a builder for common table expressions.