|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=SOURCE) @Documented public @interface QueryTranslator
This annotation is meant to translate an DSQL query into a native one.
The method annotated must receive an org.mule.common.query.DsqlQuery parameter and return an String.
This annotation must be within the Connector scope.
It is recommended to extend org.mule.common.query.DsqlQueryVisitor to easily do the translation of your query.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||