Uses of Class
com.eoscode.springapitools.data.filter.QueryParameter
-
Packages that use QueryParameter Package Description com.eoscode.springapitools.resource com.eoscode.springapitools.service -
-
Uses of QueryParameter in com.eoscode.springapitools.resource
Methods in com.eoscode.springapitools.resource with parameters of type QueryParameter Modifier and Type Method Description <T> TAbstractResource. find(Entity filterBy, org.springframework.data.domain.Pageable pageable, QueryParameter queryParameter)<T> TAbstractResource. query(String query, Set<String> views, org.springframework.data.domain.Pageable pageable, QueryParameter queryParameter)<T> TAbstractResource. 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 QueryParameter Modifier and Type Method Description QueryDefinitionAbstractService. createQueryDefinition(String query, QueryParameter queryParameter)org.springframework.data.domain.Page<Entity>AbstractService. query(String query, QueryParameter queryParameter, org.springframework.data.domain.Pageable pageable)List<Entity>AbstractService. query(String query, QueryParameter queryParameter, org.springframework.data.domain.Sort sort)
-