| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools.model |
The classes defined in this package define the state model API, a state model can be used to
manually or programmatically create and edit a JPQL query.
|
| org.eclipse.persistence.jpa.jpql.tools.model.query |
This package contains the
StateObject classes that represents a JPQL query. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJPQLQueryFormatter.toStringSingleEncapsulated(AbstractSingleEncapsulatedExpressionStateObject stateObject) |
protected void |
AbstractActualJPQLQueryFormatter.toStringSingleEncapsulated(AbstractSingleEncapsulatedExpressionStateObject stateObject) |
| Modifier and Type | Class and Description |
|---|---|
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 |
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 |
CountFunctionStateObject
One of the aggregate functions.
|
class |
EncapsulatedIdentificationVariableExpressionStateObject
This object represents an identification variable that is wrapped by a function.
|
class |
EntryExpressionStateObject
|
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 |
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 |
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 |
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. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.