Class ConnectByClauseBNF


  • public final class ConnectByClauseBNF
    extends JPQLQueryBNF
    The query BNF for a CONNECT BY clause. This was added to the grammar with EclipseLink 2.5.
    BNF: CONNECT BY { single_valued_object_path_expression | collection_valued_path_expression }
    Since:
    2.5
    Version:
    2.5
    Author:
    Pascal Filion