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