Class DateTimeFactory

java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
org.eclipse.persistence.jpa.jpql.parser.DateTimeFactory
All Implemented Interfaces:
Comparable<ExpressionFactory>

public final class DateTimeFactory extends ExpressionFactory
This DateTimeFactory creates a new DateTime when the portion of the query to parse starts with CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP or with the JDBC escape format used for date/time/timestamp.
Version:
2.4
See Also:
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • DateTimeFactory

      public DateTimeFactory()
      Creates a new DateTimeFactory.
  • Method Details