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