| Package | Description |
|---|---|
| io.github.jhipster.service | |
| io.github.jhipster.service.filter |
Utilities for JPA criteria classes, used for filtering data on the back-end.
|
| Class and Description |
|---|
| Filter
Base class for the various attribute filters.
|
| RangeFilter
Filter class for Comparable types, where less than / greater than / etc relations could be interpreted.
|
| StringFilter
Class for filtering attributes with
String type. |
| Class and Description |
|---|
| Filter
Base class for the various attribute filters.
|
| InstantFilter
Filter class for
Instant type attributes. |
| LocalDateFilter
Filter class for
LocalDate type attributes. |
| RangeFilter
Filter class for Comparable types, where less than / greater than / etc relations could be interpreted.
|
| StringFilter
Class for filtering attributes with
String type. |
| ZonedDateTimeFilter
Filter class for
ZonedDateTime type attributes. |
Copyright © 2019 JHipster. All rights reserved.