Class SQLOperatorFilter

java.lang.Object
org.nuxeo.ecm.directory.sql.filter.SQLComplexFilter
org.nuxeo.ecm.directory.sql.filter.SQLOperatorFilter
All Implemented Interfaces:
Serializable

@Deprecated public class SQLOperatorFilter extends SQLComplexFilter
Simple SQLComplexFilter to handle a different operator than = It may be >, lt;, >=, <= Nothing is done on the right side part.
Since:
5.7
See Also: