Interface LocalDateExpression

All Superinterfaces:
ComparableExpression<LocalDate>, Expression<LocalDate>

public interface LocalDateExpression extends ComparableExpression<LocalDate>
Representation of a java.time.LocalDate in a query.
  • Method Details

    • getYear

      Accessor for the year of this date.
      Returns:
      Expression for the year
    • getMonthValue

      NumericExpression<Integer> getMonthValue()
      Accessor for the month of this date.
      Returns:
      Expression for the month
    • getDayOfMonth

      NumericExpression<Integer> getDayOfMonth()
      Accessor for the day (of the month) of this date.
      Returns:
      Expression for the day of the month