EntityT
- Type of the entity which references the value.public interface FilterableTime<EntityT> extends FilterableValue<EntityT,LocalTime>
Modifier and Type | Interface and Description |
---|---|
static class |
FilterableTime.Expression<EntityT>
Wrapper expression class, which delegates to another operation.
|
Modifier and Type | Method and Description |
---|---|
default FilterableNumericDecimal<EntityT> |
timeFractionalSeconds()
Filter by expression "fractionalseconds".
|
default FilterableNumericInteger<EntityT> |
timeHour()
Filter by expression "hour".
|
default FilterableNumericInteger<EntityT> |
timeMinute()
Filter by expression "minute".
|
default FilterableNumericInteger<EntityT> |
timeSecond()
Filter by expression "second".
|
equalTo, equalTo, greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual, notEqualTo, notEqualTo
getExpression, getExpression
getEntityType
@Nonnull default FilterableNumericDecimal<EntityT> timeFractionalSeconds()
@Nonnull default FilterableNumericInteger<EntityT> timeSecond()
@Nonnull default FilterableNumericInteger<EntityT> timeMinute()
@Nonnull default FilterableNumericInteger<EntityT> timeHour()
Copyright © 2020 SAP SE. All rights reserved.