Uses of Class
com.vaadin.hilla.crud.filter.Filter
Packages that use Filter
-
Uses of Filter in com.vaadin.hilla.crud
Methods in com.vaadin.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.static <T> org.springframework.data.jpa.domain.Specification<T> Converts the given 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 com.vaadin.hilla.crud.filter
Subclasses of Filter in com.vaadin.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 com.vaadin.hilla.crud.filter that return FilterModifier and TypeMethodDescriptionApplies registered property mappings and transformation function on the provided filter instance.Methods in com.vaadin.hilla.crud.filter that return types with arguments of type FilterMethods in com.vaadin.hilla.crud.filter with parameters of type FilterModifier and TypeMethodDescriptionApplies registered property mappings and transformation function on the provided filter instance.Method parameters in com.vaadin.hilla.crud.filter with type arguments of type FilterModifier and TypeMethodDescriptionvoidAndFilter.setChildren(List<Filter> children) voidOrFilter.setChildren(List<Filter> children) Constructors in com.vaadin.hilla.crud.filter with parameters of type Filter