|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionFactory
org.eclipse.persistence.jpa.internal.jpql.parser.GeneralIdentificationExpressionFactory
org.eclipse.persistence.jpa.internal.jpql.parser.ValueExpressionFactory
final class ValueExpressionFactory
This ValueExpressionFactory creates a new ValueExpression when the portion of the query to parse starts with VALUE.
ValueExpression| Field Summary | |
|---|---|
(package private) static java.lang.String |
IDThe unique identifier of this ValueExpressionFactory. |
| Constructor Summary | |
|---|---|
ValueExpressionFactory()Creates a new ValueExpressionFactory. |
|
| Method Summary | |
|---|---|
(package private) AbstractExpression |
buildExpression(AbstractExpression parent)Creates the actual expression this factory manages. |
| Methods inherited from class org.eclipse.persistence.jpa.internal.jpql.parser.GeneralIdentificationExpressionFactory |
|---|
buildExpression, getVersion |
| Methods inherited from class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionFactory |
|---|
compareTo, equals, getId, hashCode, identifiers, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final java.lang.String ID
ValueExpressionFactory.
| Constructor Detail |
|---|
ValueExpressionFactory()
ValueExpressionFactory.| Method Detail |
|---|
AbstractExpression buildExpression(AbstractExpression parent)
buildExpression in class GeneralIdentificationExpressionFactoryparent - The parent of this expressionExpression this factory manages
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||