Uses of Class
tech.jhipster.service.filter.StringFilter
-
Packages that use StringFilter Package Description tech.jhipster.service tech.jhipster.service.filter 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 StringFilter Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<ENTITY>QueryService. buildSpecification(StringFilter filter, Function<javax.persistence.criteria.Root<ENTITY>,javax.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, javax.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 StringFilter Modifier and Type Method Description StringFilterStringFilter. copy()copy.StringFilterStringFilter. setContains(String contains)Setter for the fieldcontains.StringFilterStringFilter. setDoesNotContain(String doesNotContain)Setter for the fielddoesNotContain.Constructors in tech.jhipster.service.filter with parameters of type StringFilter Constructor Description StringFilter(StringFilter filter)Constructor for StringFilter.
-