Class ConcatExpressionFactory

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

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

  • Constructor Details

    • ConcatExpressionFactory

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