Class LengthExpressionFactory

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

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

  • Constructor Details

    • LengthExpressionFactory

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