Class StartWithClauseFactory

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

public final class StartWithClauseFactory extends ExpressionFactory
This StartWithClauseFactory creates a new StartWithClause when the portion of the query to parse starts with START WITH.
Version:
2.5
See Also:
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • StartWithClauseFactory

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