Class CastExpressionFactory

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

public final class CastExpressionFactory extends ExpressionFactory
This CastExpressionFactory creates a new CastExpression when the portion of the query to parse starts with CAST.
Version:
2.4
See Also:
Author:
James Sutherland
  • Field Details

  • Constructor Details

    • CastExpressionFactory

      public CastExpressionFactory()
      Creates a new TrimExpressionFactory.
  • Method Details