Class StartWithClauseBNF

java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
org.eclipse.persistence.jpa.jpql.parser.StartWithClauseBNF

public final class StartWithClauseBNF extends JPQLQueryBNF
The query BNF for the START WITH clause.
BNF: start_with_clause ::= START WITH conditional_expression

Version:
2.5
Author:
Pascal Filion