Uses of Class
dev.hilla.crud.filter.Filter
Packages that use Filter
-
Uses of Filter in dev.hilla.crud
Methods in dev.hilla.crud with parameters of type FilterModifier and TypeMethodDescriptionlongCounts the number of entities that match the given filter.longCounts the number of entities that match the given filter.ListRepositoryService.list(org.springframework.data.domain.Pageable pageable, @Nullable Filter filter) Lists objects of the given type using the paging, sorting and filtering options provided in the parameters.<T> org.springframework.data.jpa.domain.Specification<T>Converts the given Hilla filter specification into a JPA filter specification for the specified entity class.protected org.springframework.data.jpa.domain.Specification<T>Converts the given filter to a JPA specification. -
Uses of Filter in dev.hilla.crud.filter
Subclasses of Filter in dev.hilla.crud.filterModifier and TypeClassDescriptionclassA filter that requires all children to pass.classA filter that requires at least one of its children to pass.classA filter that matches a given property, or nested property path, against a filter value using the specified matcher.Methods in dev.hilla.crud.filter that return types with arguments of type FilterMethod parameters in dev.hilla.crud.filter with type arguments of type FilterModifier and TypeMethodDescriptionvoidAndFilter.setChildren(List<Filter> children) voidOrFilter.setChildren(List<Filter> children)