Uses of Class
tech.jhipster.service.filter.StringFilter
Packages that use StringFilter
Package
Description
Utilities for JPA criteria classes, used for filtering data on the back-end.
-
Uses of StringFilter in tech.jhipster.service
Methods in tech.jhipster.service with parameters of type StringFilterModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ENTITY>QueryService.buildSpecification(StringFilter filter, Function<jakarta.persistence.criteria.Root<ENTITY>, jakarta.persistence.criteria.Expression<String>> metaclassFunction) Helper function to return a specification for filtering on aStringfield, where equality, containment, and null/non-null conditions are supported.protected org.springframework.data.jpa.domain.Specification<ENTITY>QueryService.buildStringSpecification(StringFilter filter, jakarta.persistence.metamodel.SingularAttribute<? super ENTITY, String> field) Helper function to return a specification for filtering on aStringfield, where equality, containment, and null/non-null conditions are supported. -
Uses of StringFilter in tech.jhipster.service.filter
Methods in tech.jhipster.service.filter that return StringFilterModifier and TypeMethodDescriptionStringFilter.copy()copy.StringFilter.setContains(String contains) Setter for the fieldcontains.StringFilter.setDoesNotContain(String doesNotContain) Setter for the fielddoesNotContain.Constructors in tech.jhipster.service.filter with parameters of type StringFilter