|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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, getId, hashCode, identifiers, 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 GeneralIdentificationExpressionFactoryparent - The parent of this expression
Expression this factory manages
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||