Class ConnectByClauseFactory

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

public final class ConnectByClauseFactory extends ExpressionFactory
This ConnectByClauseFactory creates a new ConnectByClause when the portion of the query to parse starts with CONNECT BY.
Version:
2.5
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • ConnectByClauseFactory

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