|
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.KeyExpressionFactory
public final class KeyExpressionFactory
This KeyExpressionFactory
creates a new KeyExpression
when the portion of the
query to parse starts with KEY.
KeyExpression
Field Summary | |
---|---|
static java.lang.String |
ID
The unique identifier of this KeyExpressionFactory . |
Constructor Summary | |
---|---|
KeyExpressionFactory()
Creates a new KeyExpressionFactory . |
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
KeyExpressionFactory
.
Constructor Detail |
---|
public KeyExpressionFactory()
KeyExpressionFactory
.
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 |