Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jpa.internal.jpql.parser
Class ValueExpressionFactory

java.lang.Object
  extended by org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionFactory
      extended by org.eclipse.persistence.jpa.internal.jpql.parser.GeneralIdentificationExpressionFactory
          extended by org.eclipse.persistence.jpa.internal.jpql.parser.ValueExpressionFactory

All Implemented Interfaces:
java.lang.Comparable<ExpressionFactory>

final class ValueExpressionFactory
extends GeneralIdentificationExpressionFactory

This ValueExpressionFactory creates a new ValueExpression when the portion of the query to parse starts with VALUE.

Since:
2.3
Version:
2.3
Author:
Pascal Filion
See Also:
ValueExpression

Field Summary
(package private) static java.lang.String ID
          The 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

ID

static final java.lang.String ID
The unique identifier of this ValueExpressionFactory.
See Also:
Constant Field Values

Constructor Detail

ValueExpressionFactory

ValueExpressionFactory()
Creates a new ValueExpressionFactory.

Method Detail

buildExpression

AbstractExpression buildExpression(AbstractExpression parent)
Creates the actual expression this factory manages.
Specified by:
buildExpression in class GeneralIdentificationExpressionFactory
Parameters:
parent - The parent of this expression
Returns:
The Expression this factory manages

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.