|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
public final class ValueExpressionFactory
This ValueExpressionFactory
creates a new ValueExpression
when the portion of the
query to parse starts with VALUE.
ValueExpression
Field Summary | |
---|---|
static java.lang.String |
ID
The unique identifier of this ValueExpressionFactory . |
Constructor Summary | |
---|---|
ValueExpressionFactory()
Creates a new ValueExpressionFactory . |
Method Summary | |
---|---|
protected AbstractExpression |
buildExpression(AbstractExpression parent)
Creates the actual expression this factory manages. |
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory |
---|
buildExpression |
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory |
---|
compareTo, equals, getExpressionRegistry, getFallBackExpressionFactoryId, getId, hashCode, identifiers, setFallBackExpressionFactory, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ID
ValueExpressionFactory
.
Constructor Detail |
---|
public ValueExpressionFactory()
ValueExpressionFactory
.
Method Detail |
---|
protected AbstractExpression buildExpression(AbstractExpression parent)
buildExpression
in class GeneralIdentificationExpressionFactory
parent
- The parent of this expression
Expression
this factory manages
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |