Class AsOfClauseFactory

  • All Implemented Interfaces:
    java.lang.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.
    Since:
    2.5
    Version:
    2.5
    Author:
    Pascal Filion
    • Constructor Detail

      • AsOfClauseFactory

        public AsOfClauseFactory()
        Creates a new AsOfClauseFactory.