Uses of Package
tech.jhipster.service.filter
-
Packages that use tech.jhipster.service.filter Package Description tech.jhipster.service tech.jhipster.service.filter Utilities for JPA criteria classes, used for filtering data on the back-end. -
Classes in tech.jhipster.service.filter used by tech.jhipster.service Class 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 withStringtype. -
Classes in tech.jhipster.service.filter used by tech.jhipster.service.filter Class Description BigDecimalFilter Filter class forBigDecimaltype attributes.BooleanFilter Class for filtering attributes withBooleantype.DoubleFilter Filter class forDoubletype attributes.DurationFilter Filter class forDurationtype attributes.Filter Base class for the various attribute filters.FloatFilter Filter class forFloattype attributes.InstantFilter Filter class forInstanttype attributes.IntegerFilter Filter class forIntegertype attributes.LocalDateFilter Filter class forLocalDatetype attributes.LongFilter Filter class forLongtype attributes.RangeFilter Filter class for Comparable types, where less than / greater than / etc relations could be interpreted.ShortFilter Filter class forShorttype attributes.StringFilter Class for filtering attributes withStringtype.UUIDFilter Filter class forUUIDtype attributes.ZonedDateTimeFilter Filter class forZonedDateTimetype attributes.