Interface LocalTimeExpression

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

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

    • getHour

      Accessor for the hour of this time.
      Returns:
      Expression for the hour
    • getMinute

      Accessor for the minute of this time.
      Returns:
      Expression for the minute
    • getSecond

      Accessor for the second of this time.
      Returns:
      Expression for the second