Uses of Class
com.jk.data.dynamic.query.Query
Packages that use Query
-
Uses of Query in com.jk.data.dynamic.query
Methods in com.jk.data.dynamic.query that return QueryModifier and TypeMethodDescriptionQuery.addComponent
(QueryComponent component) This method adds a query component to the query structure.Query.addComponent
(QueryComponent component, int count, QueryComponent separator, boolean surroundWithParenchthisis) This method adds multiple copies of a query component to the query structure, separated by a specified separator, and optionally surrounded by parentheses.Query.addComponents
(List<QueryComponent> components, QueryComponent separator, boolean surroundWithParenchthisis) This method adds a list of query components to the query structure, separated by a specified separator, and optionally surrounded by parentheses.This method adds a value to the query structure as a query component.Query.addValues
(List<Object> values, QueryComponent separator, boolean surroundWithParenchthisis) This method adds a list of values to the query structure as query components, separated by a specified separator, and optionally surrounded by parentheses.