Class ConnectByClauseBNF

java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
org.eclipse.persistence.jpa.jpql.parser.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 }

Version:
2.5
Author:
Pascal Filion