Module eclipselink

Class RightExpressionFactory

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

public final class RightExpressionFactory extends ExpressionFactory
This RightExpressionFactory creates a new RightExpression when the portion of the query to parse starts with RIGHT.
See Also:
Author:
Radek Felcman
  • Field Details

  • Constructor Details

    • RightExpressionFactory

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