Uses of Class
tech.jhipster.service.filter.LocalDateFilter
Packages that use LocalDateFilter
Package
Description
Utilities for JPA criteria classes, used for filtering data on the back-end.
-
Uses of LocalDateFilter in tech.jhipster.service.filter
Methods in tech.jhipster.service.filter that return LocalDateFilterModifier and TypeMethodDescriptionLocalDateFilter.copy()copy.Setter for the fieldequals.LocalDateFilter.setGreaterThan(LocalDate equals) Setter for the fieldgreaterThan.LocalDateFilter.setGreaterThanOrEqual(LocalDate equals) Setter for the fieldgreaterThanOrEqual.Setter for the fieldin.LocalDateFilter.setLessThan(LocalDate equals) Setter for the fieldlessThan.LocalDateFilter.setLessThanOrEqual(LocalDate equals) Setter for the fieldlessThanOrEqual.LocalDateFilter.setNotEquals(LocalDate equals) Setter for the fieldnotEquals.Setter for the fieldnotIn.Constructors in tech.jhipster.service.filter with parameters of type LocalDateFilterModifierConstructorDescriptionLocalDateFilter(LocalDateFilter filter) Constructor for LocalDateFilter.