Class DateConstantExpression

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class DateConstantExpression
    extends ConstantExpression
    INTERNAL: This expression represents a date represented in JDBC escape syntax, for instance, the String: {d '1901-01-01'} can be used to represent a Date and use used only by the JPQL parser. This is different from a ConstantExpression because this value is never converted with the conversion manager and is printed out as-is The only validation for this type of expression will be from the JDBC driver.
    Author:
    tware
    See Also:
    Serialized Form
    • Constructor Detail

      • DateConstantExpression

        public DateConstantExpression()
      • DateConstantExpression

        public DateConstantExpression​(java.lang.Object newValue,
                                      Expression baseExpression)