Class MinFunctionFactory

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

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

  • Constructor Details

    • MinFunctionFactory

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