Uses of Class
tech.ailef.dbadmin.external.dto.QueryFilter
Packages that use QueryFilter
Package
Description
Representation of the user database and repository classes.
Data objects used in primarily in requests and responses
Miscellaneous utility classes.
-
Uses of QueryFilter in tech.ailef.dbadmin.external.dbmapping
Method parameters in tech.ailef.dbadmin.external.dbmapping with type arguments of type QueryFilterModifier and TypeMethodDescriptionlongCustomJpaRepository.count(String q, Set<QueryFilter> queryFilters) longDbAdminRepository.count(DbObjectSchema schema, String query, Set<QueryFilter> queryFilters) Counts the elements that match the fuzzy searchCustomJpaRepository.search(String q, int page, int pageSize, String sortKey, String sortOrder, Set<QueryFilter> filters) DbAdminRepository.search(DbObjectSchema schema, String query, int page, int pageSize, String sortKey, String sortOrder, Set<QueryFilter> queryFilters) Fuzzy search on primary key value and display name -
Uses of QueryFilter in tech.ailef.dbadmin.external.dto
Constructor parameters in tech.ailef.dbadmin.external.dto with type arguments of type QueryFilter -
Uses of QueryFilter in tech.ailef.dbadmin.external.misc
Methods in tech.ailef.dbadmin.external.misc that return types with arguments of type QueryFilterModifier and TypeMethodDescriptionstatic Set<QueryFilter>Utils.computeFilters(DbObjectSchema schema, org.springframework.util.MultiValueMap<String, String> params) Converts a multi value map of parameters containing query filters applied with the faceted search feature into a set of QueryFilter objects