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
    • Field Detail

      • ID

        public static final java.lang.String ID
        The unique identifier of this BNF rule.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CollectionValuedPathExpressionBNF

        public CollectionValuedPathExpressionBNF()
        Creates a new CollectionValuedPathExpressionBNF.