public interface IEclipseLinkSelectExpressionStateObjectBuilder extends ISelectExpressionStateObjectBuilder
| Modifier and Type | Method and Description |
|---|---|
IEclipseLinkSelectExpressionStateObjectBuilder |
append()
Appends the previously created select item and starts a new stack to create a new select item.
|
IEclipseLinkSelectExpressionStateObjectBuilder |
new_(String className,
ISelectExpressionStateObjectBuilder... parameters)
Creates the expression
NEW constructor_name(identification_variable). |
IEclipseLinkSelectExpressionStateObjectBuilder |
object(String identificationVariable)
Creates the expression
OBJECT(identification_variable). |
IEclipseLinkSelectExpressionStateObjectBuilder |
resultVariable(String resultVariable)
Defines the current state object with the given result variable.
|
IEclipseLinkSelectExpressionStateObjectBuilder |
resultVariableAs(String resultVariable)
Defines the current state object with the given result variable.
|
IEclipseLinkSelectExpressionStateObjectBuilder |
variable(String variable)
Creates the expression representing an identification variable.
|
commitabs, add, avg, avgDistinct, case_, coalesce, concat, count, countDistinct, currentDate, currentTime, currentTimestamp, date, divide, entityType, enumLiteral, function, function, getCaseBuilder, index, length, locate, locate, max, maxDistinct, min, minDistinct, minus, mod, multiply, nullIf, numeric, numeric, parameter, path, plus, size, sqrt, string, sub, subtract, sum, sumDistinct, typeIEclipseLinkSelectExpressionStateObjectBuilder append()
append in interface ISelectExpressionStateObjectBuilderIEclipseLinkSelectExpressionStateObjectBuilder new_(String className, ISelectExpressionStateObjectBuilder... parameters)
NEW constructor_name(identification_variable).new_ in interface ISelectExpressionStateObjectBuilderclassName - The fully qualified class nameparameters - The parameters of the constructorIEclipseLinkSelectExpressionStateObjectBuilder object(String identificationVariable)
OBJECT(identification_variable).object in interface ISelectExpressionStateObjectBuilderidentificationVariable - The identification variableIEclipseLinkSelectExpressionStateObjectBuilder resultVariable(String resultVariable)
resultVariable in interface ISelectExpressionStateObjectBuilderresultVariable - The variable identifying the current select expressionIEclipseLinkSelectExpressionStateObjectBuilder resultVariableAs(String resultVariable)
resultVariableAs in interface ISelectExpressionStateObjectBuilderresultVariable - The variable identifying the current select expressionIEclipseLinkSelectExpressionStateObjectBuilder variable(String variable)
variable in interface ISelectExpressionStateObjectBuildervariable - The identification variablebuilderCopyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.