Class CollectionValuedPathExpressionBNF


  • public final class CollectionValuedPathExpressionBNF
    extends JPQLQueryBNF
    The query BNF for a collection-valued path expression.

    JPA 1.0:

    BNF: collection_valued_path_expression ::= identification_variable.{single_valued_object_field.}*collection_valued_field

    JPA 2.0:
    BNF: collection_valued_path_expression ::= general_identification_variable.{single_valued_object_field.}*collection_valued_field

    Version:
    2.5
    Author:
    Pascal Filion
    Since:
    2.3