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_(java.lang.String className,
ISelectExpressionStateObjectBuilder... parameters)
Creates the expression
NEW constructor_name(identification_variable) . |
IEclipseLinkSelectExpressionStateObjectBuilder |
object(java.lang.String identificationVariable)
Creates the expression
OBJECT(identification_variable) . |
IEclipseLinkSelectExpressionStateObjectBuilder |
resultVariable(java.lang.String resultVariable)
Defines the current state object with the given result variable.
|
IEclipseLinkSelectExpressionStateObjectBuilder |
resultVariableAs(java.lang.String resultVariable)
Defines the current state object with the given result variable.
|
IEclipseLinkSelectExpressionStateObjectBuilder |
variable(java.lang.String variable)
Creates the expression representing an identification variable.
|
commit
abs, 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, type
IEclipseLinkSelectExpressionStateObjectBuilder append()
append
in interface ISelectExpressionStateObjectBuilder
IEclipseLinkSelectExpressionStateObjectBuilder new_(java.lang.String className, ISelectExpressionStateObjectBuilder... parameters)
NEW constructor_name(identification_variable)
.new_
in interface ISelectExpressionStateObjectBuilder
className
- The fully qualified class nameparameters
- The parameters of the constructorIEclipseLinkSelectExpressionStateObjectBuilder object(java.lang.String identificationVariable)
OBJECT(identification_variable)
.object
in interface ISelectExpressionStateObjectBuilder
identificationVariable
- The identification variableIEclipseLinkSelectExpressionStateObjectBuilder resultVariable(java.lang.String resultVariable)
resultVariable
in interface ISelectExpressionStateObjectBuilder
resultVariable
- The variable identifying the current select expressionIEclipseLinkSelectExpressionStateObjectBuilder resultVariableAs(java.lang.String resultVariable)
resultVariableAs
in interface ISelectExpressionStateObjectBuilder
resultVariable
- The variable identifying the current select expressionIEclipseLinkSelectExpressionStateObjectBuilder variable(java.lang.String variable)
variable
in interface ISelectExpressionStateObjectBuilder
variable
- The identification variablebuilder