public abstract class AbstractEclipseLinkSelectExpressionStateObjectBuilder extends AbstractSelectExpressionStateObjectBuilder implements IEclipseLinkSelectExpressionStateObjectBuilder
stateObjectList
Modifier | Constructor and Description |
---|---|
protected |
AbstractEclipseLinkSelectExpressionStateObjectBuilder(SelectClauseStateObject parent)
Creates a new
AbstractEclipseLinkSelectExpressionStateObjectBuilder . |
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, getParent, resultVariable
abs, add, arithmetic, avg, avg, avgDistinct, buildCollectionPath, buildIdentificationVariable, buildInputParameter, buildNumeric, buildNumeric, buildStateFieldPath, buildStringLiteral, case_, coalesce, concat, count, count, countDistinct, currentDate, currentTime, currentTimestamp, date, divide, entityType, enumLiteral, function, function, getCaseBuilder, index, length, literal, literals, locate, locate, max, max, maxDistinct, min, min, minDistinct, minus, mod, multiply, nullIf, numeric, numeric, parameter, path, plus, size, sqrt, stateObjects, stateObjects, string, sub, subtract, sum, sum, sumDistinct, type
add, checkBuilder, checkBuilders, hasStateObjects, pop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
protected AbstractEclipseLinkSelectExpressionStateObjectBuilder(SelectClauseStateObject parent)
AbstractEclipseLinkSelectExpressionStateObjectBuilder
.parent
- The select clause for which this builder can create a select expressionpublic IEclipseLinkSelectExpressionStateObjectBuilder append()
append
in interface IEclipseLinkSelectExpressionStateObjectBuilder
append
in interface ISelectExpressionStateObjectBuilder
append
in class AbstractSelectExpressionStateObjectBuilder
public IEclipseLinkSelectExpressionStateObjectBuilder new_(java.lang.String className, ISelectExpressionStateObjectBuilder... parameters)
NEW constructor_name(identification_variable)
.new_
in interface IEclipseLinkSelectExpressionStateObjectBuilder
new_
in interface ISelectExpressionStateObjectBuilder
new_
in class AbstractSelectExpressionStateObjectBuilder
className
- The fully qualified class nameparameters
- The parameters of the constructorpublic IEclipseLinkSelectExpressionStateObjectBuilder object(java.lang.String identificationVariable)
OBJECT(identification_variable)
.object
in interface IEclipseLinkSelectExpressionStateObjectBuilder
object
in interface ISelectExpressionStateObjectBuilder
object
in class AbstractSelectExpressionStateObjectBuilder
identificationVariable
- The identification variablepublic IEclipseLinkSelectExpressionStateObjectBuilder resultVariable(java.lang.String resultVariable)
resultVariable
in interface IEclipseLinkSelectExpressionStateObjectBuilder
resultVariable
in interface ISelectExpressionStateObjectBuilder
resultVariable
in class AbstractSelectExpressionStateObjectBuilder
resultVariable
- The variable identifying the current select expressionpublic IEclipseLinkSelectExpressionStateObjectBuilder resultVariableAs(java.lang.String resultVariable)
resultVariableAs
in interface IEclipseLinkSelectExpressionStateObjectBuilder
resultVariableAs
in interface ISelectExpressionStateObjectBuilder
resultVariableAs
in class AbstractSelectExpressionStateObjectBuilder
resultVariable
- The variable identifying the current select expressionpublic IEclipseLinkSelectExpressionStateObjectBuilder variable(java.lang.String variable)
variable
in interface IEclipseLinkSelectExpressionStateObjectBuilder
variable
in interface ISelectExpressionStateObjectBuilder
variable
in class AbstractSelectExpressionStateObjectBuilder
variable
- The identification variablebuilder