Uses of Class
org.hcjf.layers.query.Query.QueryField
-
Packages that use Query.QueryField Package Description org.hcjf.layers.query -
-
Uses of Query.QueryField in org.hcjf.layers.query
Subclasses of Query.QueryField in org.hcjf.layers.query Modifier and Type Class Description static classQuery.QueryOrderFieldThis class represents a order field with desc propertystatic classQuery.QueryReturnFieldThis kind of component represent the fields to be returned into the query.Methods in org.hcjf.layers.query that return types with arguments of type Query.QueryField Modifier and Type Method Description java.util.List<Query.QueryField>BaseEvaluator. getEvaluatorFields()This method returns the list of fields that are present into the evaluator.Method parameters in org.hcjf.layers.query with type arguments of type Query.QueryField Modifier and Type Method Description voidBaseEvaluator. setEvaluatorFields(java.util.List<Query.QueryField> evaluatorFields)This method set the list of fields present into the evaluator.
-