See: Description
| Class | Description |
|---|---|
| BigDecimalFilter |
Filter class for
BigDecimal type attributes. |
| BooleanFilter |
Class for filtering attributes with
Boolean type. |
| DoubleFilter |
Filter class for
Double type attributes. |
| Filter<FIELD_TYPE> |
Base class for the various attribute filters.
|
| FloatFilter |
Filter class for
Float type attributes. |
| InstantFilter |
Filter class for
Instant type attributes. |
| IntegerFilter |
Filter class for
Integer type attributes. |
| LocalDateFilter |
Filter class for
LocalDate type attributes. |
| LongFilter |
Filter class for
Long type attributes. |
| RangeFilter<FIELD_TYPE extends Comparable<? super FIELD_TYPE>> |
Filter class for Comparable types, where less than / greater than / etc relations could be interpreted.
|
| ShortFilter |
Filter class for
Short type attributes. |
| StringFilter |
Class for filtering attributes with
String type. |
| ZonedDateTimeFilter |
Filter class for
ZonedDateTime type attributes. |
Copyright © 2019 JHipster. All rights reserved.