Class LiteralBNF


  • public final class LiteralBNF
    extends JPQLQueryBNF
    The query BNF for literals, which is based on the listing defined in section 4.6.1 of the Java Specification document for JPA 2.0.
    Since:
    2.3
    Version:
    2.5.2
    Author:
    Pascal Filion
    • Field Detail

      • ID

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

      • LiteralBNF

        public LiteralBNF()
        Creates a new LiteralBNF.