|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEclipseLinkSelectExpressionStateObjectBuilder
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.persistence.jpa.jpql.model.ISelectExpressionStateObjectBuilder |
|---|
commit |
| Methods inherited from interface org.eclipse.persistence.jpa.jpql.model.IScalarExpressionStateObjectBuilder |
|---|
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 |
| Method Detail |
|---|
IEclipseLinkSelectExpressionStateObjectBuilder append()
append in interface ISelectExpressionStateObjectBuilder
IEclipseLinkSelectExpressionStateObjectBuilder new_(java.lang.String className,
ISelectExpressionStateObjectBuilder... parameters)
NEW constructor_name(identification_variable).
new_ in interface ISelectExpressionStateObjectBuilderclassName - The fully qualified class nameparameters - The parameters of the constructor
IEclipseLinkSelectExpressionStateObjectBuilder object(java.lang.String identificationVariable)
OBJECT(identification_variable).
object in interface ISelectExpressionStateObjectBuilderidentificationVariable - The identification variable
IEclipseLinkSelectExpressionStateObjectBuilder resultVariable(java.lang.String resultVariable)
resultVariable in interface ISelectExpressionStateObjectBuilderresultVariable - The variable identifying the current select expression
IEclipseLinkSelectExpressionStateObjectBuilder resultVariableAs(java.lang.String resultVariable)
resultVariableAs in interface ISelectExpressionStateObjectBuilderresultVariable - The variable identifying the current select expression
IEclipseLinkSelectExpressionStateObjectBuilder variable(java.lang.String variable)
variable in interface ISelectExpressionStateObjectBuildervariable - The identification variable
builder
|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||