Module eclipselink

Class StringExpressionFactory

java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
org.eclipse.persistence.jpa.jpql.parser.StringExpressionFactory
All Implemented Interfaces:
Comparable<ExpressionFactory>

public final class StringExpressionFactory extends ExpressionFactory
This ExpressionFactory creates a new expression when the portion of the query to parse starts with a string identifier. It is possible the expression to parse is also a StringLiteral.
Version:
4.1
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • StringExpressionFactory

      public StringExpressionFactory()
      Creates a new AbstractStringExpressionFactory.
  • Method Details