Uses of Enum Class
org.synchronoss.cpo.core.enums.Comparison
Packages that use Comparison
Package
Description
-
Uses of Comparison in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core that return ComparisonModifier and TypeMethodDescriptionBindableCpoWhere.getComparison()Gets theComparisonoperator used to compare the attribute against the value or right-hand attribute.CpoWhere.getComparison()Gets theComparisonoperator used to compare the attribute against the value or right-hand attribute.Methods in org.synchronoss.cpo.core with parameters of type ComparisonModifier and TypeMethodDescription<T> CpoWhereCpoAdapter.newWhere(Logical logical, String attr, Comparison comp, T value) Creates a CpoWhere comparing the attribute to the value.<T> CpoWhereCpoAdapter.newWhere(Logical logical, String attr, Comparison comp, T value, boolean not) Creates a CpoWhere comparing the attribute to the value, optionally negated.<T> CpoWhereCpoBaseAdapter.newWhere(Logical logical, String attr, Comparison comp, T value) <T> CpoWhereCpoBaseAdapter.newWhere(Logical logical, String attr, Comparison comp, T value, boolean not) voidBindableCpoWhere.setComparison(Comparison comparison) Sets theComparisonoperator (e.g. equals, greater-than) used to compare the attribute against the value or right-hand attribute.voidCpoWhere.setComparison(Comparison comparison) Sets theComparisonoperator (e.g. equals, greater-than) used to compare the attribute against the value or right-hand attribute.Constructors in org.synchronoss.cpo.core with parameters of type ComparisonModifierConstructorDescriptionBindableCpoWhere(Logical logical, String attr, Comparison comp, T value) Creates a leaf where clause comparing the named attribute to a literal value, joined to a subsequent clause (if any) by the given logical operator.BindableCpoWhere(Logical logical, String attr, Comparison comp, T value, boolean not) Creates a leaf where clause comparing the named attribute to a literal value, optionally negated, joined to a subsequent clause (if any) by the given logical operator. -
Uses of Comparison in org.synchronoss.cpo.core.enums
Methods in org.synchronoss.cpo.core.enums that return ComparisonModifier and TypeMethodDescriptionstatic ComparisonReturns the enum constant of this class with the specified name.static Comparison[]Comparison.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Comparison in org.synchronoss.cpo.jdbc
Methods in org.synchronoss.cpo.jdbc with parameters of type ComparisonModifier and TypeMethodDescription<T> CpoWhereJdbcCpoAdapter.newWhere(Logical logical, String attr, Comparison comp, T value) <T> CpoWhereJdbcCpoAdapter.newWhere(Logical logical, String attr, Comparison comp, T value, boolean not) Constructors in org.synchronoss.cpo.jdbc with parameters of type ComparisonModifierConstructorDescriptionJdbcCpoWhere(Logical logical, String attr, Comparison comp, T value) Create a JdbcCpoWhereJdbcCpoWhere(Logical logical, String attr, Comparison comp, T value, boolean not) Create a JdbcCpoWhere -
Uses of Comparison in org.synchronoss.cpo.jdbc.jta
Methods in org.synchronoss.cpo.jdbc.jta with parameters of type ComparisonModifier and TypeMethodDescription<T> CpoWhereJdbcCpoXaAdapter.newWhere(Logical logical, String attr, Comparison comp, T value) <T> CpoWhereJdbcCpoXaAdapter.newWhere(Logical logical, String attr, Comparison comp, T value, boolean not)