[teiid-issues] [JBoss JIRA] (TEIID-3687) Provide infinispan-cache translator override to add supportsNotCriteria

Van Halbert (JIRA) issues at jboss.org
Wed Sep 30 09:18:00 EDT 2015


    [ https://issues.jboss.org/browse/TEIID-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113766#comment-13113766 ] 

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)


More information about the teiid-issues mailing list