[
https://issues.jboss.org/browse/TEIID-3687?page=com.atlassian.jira.plugin...
]
Van Halbert commented on TEIID-3687:
------------------------------------
As part of the refactoring the infinispan-cache translator from the object translator, the
changes were also made to include the override:
@TranslatorProperty(display="NotCriteria", description="If true,
translator can support the NOT operators: 'GT' or 'LT'
",advanced=true)
@Override
public boolean supportsNotCriteria() {
return this.supportNotCriteria;
}
public void setSupportsNotCriteria(boolean supportNot) {
this.supportNotCriteria = supportNot;
}
Provide infinispan-cache translator override to add
supportsNotCriteria
-----------------------------------------------------------------------
Key: TEIID-3687
URL:
https://issues.jboss.org/browse/TEIID-3687
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Affects Versions: 8.7.1.6_2
Reporter: Van Halbert
Assignee: Van Halbert
Change the translator to add an override for supportsNotCriteria so that the user could
enable push down of the GT/LT operators.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)