Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

13.6. Override Execution Properties

You can override execution properties for any translator in the vdb.xml file:
<translator type="oracle-override" name="oracle">
     <property name="RequiresCriteria" value="true"/>
</translator>
The above XML fragment is overriding the oracle translator and altering the behavior of RequiresCriteria property setting it to true. Note that the modified translator is only available in the scope of this VDB.