Uses of Class
tech.jhipster.service.filter.ZonedDateTimeFilter
-
Packages that use ZonedDateTimeFilter Package Description tech.jhipster.service.filter Utilities for JPA criteria classes, used for filtering data on the back-end. -
-
Uses of ZonedDateTimeFilter in tech.jhipster.service.filter
Methods in tech.jhipster.service.filter that return ZonedDateTimeFilter Modifier and Type Method Description ZonedDateTimeFilterZonedDateTimeFilter. copy()copy.ZonedDateTimeFilterZonedDateTimeFilter. setEquals(ZonedDateTime equals)Setter for the fieldequals.ZonedDateTimeFilterZonedDateTimeFilter. setGreaterThan(ZonedDateTime equals)Setter for the fieldgreaterThan.ZonedDateTimeFilterZonedDateTimeFilter. setGreaterThanOrEqual(ZonedDateTime equals)Setter for the fieldgreaterThanOrEqual.ZonedDateTimeFilterZonedDateTimeFilter. setIn(List<ZonedDateTime> in)Setter for the fieldin.ZonedDateTimeFilterZonedDateTimeFilter. setLessThan(ZonedDateTime equals)Setter for the fieldlessThan.ZonedDateTimeFilterZonedDateTimeFilter. setLessThanOrEqual(ZonedDateTime equals)Setter for the fieldlessThanOrEqual.ZonedDateTimeFilterZonedDateTimeFilter. setNotEquals(ZonedDateTime equals)Setter for the fieldnotEquals.ZonedDateTimeFilterZonedDateTimeFilter. setNotIn(List<ZonedDateTime> notIn)Setter for the fieldnotIn.Constructors in tech.jhipster.service.filter with parameters of type ZonedDateTimeFilter Constructor Description ZonedDateTimeFilter(ZonedDateTimeFilter filter)Constructor for ZonedDateTimeFilter.
-