Uses of Class
com.eoscode.springapitools.data.filter.QueryParameter
Packages that use QueryParameter
-
Uses of QueryParameter in com.eoscode.springapitools.resource
Methods in com.eoscode.springapitools.resource with parameters of type QueryParameterModifier and TypeMethodDescription<T> TAbstractResource.find(Entity filterBy, org.springframework.data.domain.Pageable pageable, QueryParameter queryParameter) <T> TAbstractQueryResource.query(String query, Set<String> views, org.springframework.data.domain.Pageable pageable, QueryParameter queryParameter) <T> TAbstractQueryResource.queryWithPage(String query, Set<String> views, org.springframework.data.domain.Pageable pageable, QueryParameter queryParameter) -
Uses of QueryParameter in com.eoscode.springapitools.service
Methods in com.eoscode.springapitools.service with parameters of type QueryParameterModifier and TypeMethodDescriptionAbstractService.createQueryDefinition(String query, QueryParameter queryParameter) org.springframework.data.domain.Page<Entity>AbstractService.query(String query, QueryParameter queryParameter, org.springframework.data.domain.Pageable pageable) AbstractService.query(String query, QueryParameter queryParameter, org.springframework.data.domain.Sort sort)