Class AsOfClauseFactory

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

public final class AsOfClauseFactory extends ExpressionFactory
This AsOfClauseFactory creates a new AsOfClause when the portion of the JPQL query to parse starts with AS OF.
Version:
2.5
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • AsOfClauseFactory

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