Uses of Class
org.mule.runtime.extension.api.dsql.Field
Packages that use Field
-
Uses of Field in org.mule.runtime.extension.api.dsql
Methods in org.mule.runtime.extension.api.dsql that return types with arguments of type FieldMethods in org.mule.runtime.extension.api.dsql with parameters of type FieldModifier and TypeMethodDescriptionSets one of the selected fields from the queried entity.QueryBuilder.addOrderByField(Field field) Sets one of the fields to order by from.voidQueryTranslator.translateComparison(String operator, Field field, Value<?> value) Method parameters in org.mule.runtime.extension.api.dsql with type arguments of type FieldModifier and TypeMethodDescriptionvoidQueryTranslator.translateFields(List<Field> fields) voidQueryTranslator.translateOrderByFields(List<Field> orderByFields, Direction direction)