Uses of Interface
org.mule.runtime.extension.api.dsql.OperatorTranslator
Packages that use OperatorTranslator
-
Uses of OperatorTranslator in org.mule.runtime.extension.api.dsql
Classes in org.mule.runtime.extension.api.dsql that implement OperatorTranslatorModifier and TypeClassDescriptionclassDefaultOperatorTranslatorimplementation, if no implementation is defined in aQueryTranslatorthis one is going to be used.Methods in org.mule.runtime.extension.api.dsql that return OperatorTranslatorModifier and TypeMethodDescriptiondefault OperatorTranslatorQueryTranslator.operatorTranslator()Returns an instance of anOperatorTranslatorthat is used to translate the the DSQL operators to the Native Query Language operators.