Uses of Class
tech.jhipster.service.filter.ZonedDateTimeFilter
Packages that use ZonedDateTimeFilter
Package
Description
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 ZonedDateTimeFilterModifier and TypeMethodDescriptionZonedDateTimeFilter.copy()copy.ZonedDateTimeFilter.setEquals(ZonedDateTime equals) Setter for the fieldequals.ZonedDateTimeFilter.setGreaterThan(ZonedDateTime equals) Setter for the fieldgreaterThan.ZonedDateTimeFilter.setGreaterThanOrEqual(ZonedDateTime equals) Setter for the fieldgreaterThanOrEqual.ZonedDateTimeFilter.setIn(List<ZonedDateTime> in) Setter for the fieldin.ZonedDateTimeFilter.setLessThan(ZonedDateTime equals) Setter for the fieldlessThan.ZonedDateTimeFilter.setLessThanOrEqual(ZonedDateTime equals) Setter for the fieldlessThanOrEqual.ZonedDateTimeFilter.setNotEquals(ZonedDateTime equals) Setter for the fieldnotEquals.ZonedDateTimeFilter.setNotIn(List<ZonedDateTime> notIn) Setter for the fieldnotIn.Constructors in tech.jhipster.service.filter with parameters of type ZonedDateTimeFilterModifierConstructorDescriptionConstructor for ZonedDateTimeFilter.