Class SubstringExpressionFactory

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

public final class SubstringExpressionFactory extends ExpressionFactory
This SubstringExpressionFactory creates a new SubstringExpression when the portion of the query to parse starts with SUBSTRING.
Version:
2.4
See Also:
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • SubstringExpressionFactory

      public SubstringExpressionFactory()
      Creates a new SubstringExpressionFactory.
  • Method Details