class |
AbsExpressionStateObject |
The ABS function removes the minus sign from a specified argument and returns
the absolute value, which is always a positive number or zero.
|
class |
AbstractDoubleEncapsulatedExpressionStateObject |
This StateObject represents a JPQL expression that has a JPQL identifier followed by
two an encapsulated expression with parenthesis, the two expression are separated by a comma.
|
class |
AbstractSingleEncapsulatedExpressionStateObject |
This StateObject represents a JPQL expression that has a JPQL identifier followed by
an encapsulated expression with parenthesis.
|
class |
AbstractTripleEncapsulatedExpressionStateObject |
This state object takes care of parsing an expression that encapsulates three expressions
separated by a comma.
|
class |
AggregateFunctionStateObject |
In the SELECT clause the result of a query may be the result of an aggregate
function applied to a path expression.
|
class |
AllOrAnyExpressionStateObject |
An ALL conditional expression is a predicate that is true if the
comparison operation is true for all values in the result of the subquery or the
result of the subquery is empty.
|
class |
AvgFunctionStateObject |
One of the aggregate functions.
|
class |
CoalesceExpressionStateObject |
A COALESCE expression returns null if all its arguments evaluate
to null, and the value of the first non-null argument otherwise.
|
class |
CountFunctionStateObject |
One of the aggregate functions.
|
class |
EncapsulatedIdentificationVariableExpressionStateObject |
This object represents an identification variable that is wrapped by a function.
|
class |
EntryExpressionStateObject |
This object represents an identification variable that maps the Map.Entry)
of a Map.
|
class |
ExistsExpressionStateObject |
An EXISTS expression is a predicate that is true only if the
result of the subquery consists of one or more values and that is false otherwise.
|
class |
IndexExpressionStateObject |
The INDEX function returns an integer value corresponding to the position of
its argument in an ordered list.
|
class |
KeyExpressionStateObject |
This object represents an identification variable that maps the keys of a Map.
|
class |
LengthExpressionStateObject |
The LENGTH function returns the length of the string in characters as an integer.
|
class |
LocateExpressionStateObject |
The LOCATE function returns the position of a given string within a string,
starting the search at a specified position.
|
class |
LowerExpressionStateObject |
The LOWER function converts a string to lower case and it returns a string.
|
class |
MaxFunctionStateObject |
One of the aggregate functions.
|
class |
MinFunctionStateObject |
One of the aggregate functions.
|
class |
ModExpressionStateObject |
The modulo operation finds the remainder of division of one number by another.
|
class |
NullIfExpressionStateObject |
NULLIF returns the first expression if the two expressions are not equal.
|
class |
ObjectExpressionStateObject |
Stand-alone identification variables in the SELECT clause may optionally be
qualified by the OBJECT operator.
|
class |
SizeExpressionStateObject |
The SIZE function returns an integer value, the number of elements of the
collection.
|
class |
SqrtExpressionStateObject |
The SQRT function takes a numeric argument and returns a Double.
|
class |
SubExpressionStateObject |
This expression wraps a sub-expression within parenthesis.
|
class |
SubstringExpressionStateObject |
The second and third arguments of the SUBSTRING function denote the starting
position and length of the substring to be returned.
|
class |
SumFunctionStateObject |
One of the aggregate functions.
|
class |
TrimExpressionStateObject |
The TRIM function trims the specified character from a string.
|
class |
TypeExpressionStateObject |
An entity type expression can be used to restrict query polymorphism.
|
class |
UpperExpressionStateObject |
The UPPER function converts a string to upper case and it returns a string.
|
class |
ValueExpressionStateObject |
This object represents an identification variable that maps the values of a Map.
|