Uses of Class
org.hcjf.layers.query.model.QueryParameter
-
Packages that use QueryParameter Package Description org.hcjf.layers.query org.hcjf.layers.query.model -
-
Uses of QueryParameter in org.hcjf.layers.query
Methods in org.hcjf.layers.query with parameters of type QueryParameter Modifier and Type Method Description java.lang.ObjectParameterizedQuery.ParameterizedConsumer. get(java.lang.Object instance, QueryParameter queryParameter, Queryable.DataSource dataSource)Call the implementation of the inner consumer instance.<R> RQueryable.Consumer. get(O instance, QueryParameter queryParameter, Queryable.DataSource<O> dataSource)Get naming information from an instance.<R> RQueryable.IntrospectionConsumer. get(O instance, QueryParameter queryParameter, Queryable.DataSource<O> dataSource)Get naming information from an instance. -
Uses of QueryParameter in org.hcjf.layers.query.model
Subclasses of QueryParameter in org.hcjf.layers.query.model Modifier and Type Class Description classQueryFieldThis class represents any kind of query fields.classQueryFunctionclassQueryOrderFieldThis class represents a order field with desc propertyclassQueryOrderFunctionclassQueryReturnFieldThis kind of component represent the fields to be returned into the query.classQueryReturnFunctionMethods in org.hcjf.layers.query.model with parameters of type QueryParameter Modifier and Type Method Description intQueryParameter. compareTo(QueryParameter o)Compare the string representation of both objects.
-