Package tech.jhipster.service.filter
package tech.jhipster.service.filter
Utilities for JPA criteria classes, used for filtering data on the back-end.
-
ClassesClassDescriptionFilter class for
BigDecimaltype attributes.Class for filtering attributes withBooleantype.Filter class forDoubletype attributes.Filter class forDurationtype attributes.Filter<FIELD_TYPE>Base class for the various attribute filters.Filter class forFloattype attributes.Filter class forInstanttype attributes.Filter class forIntegertype attributes.Filter class forLocalDatetype attributes.Filter class forLongtype attributes.RangeFilter<FIELD_TYPE extends Comparable<? super FIELD_TYPE>>Filter class for Comparable types, where less than / greater than / etc relations could be interpreted.Filter class forShorttype attributes.Class for filtering attributes withStringtype.Filter class forUUIDtype attributes.Filter class forZonedDateTimetype attributes.