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> CpoWhereBuilderCpoWhereBuilder.and(String attr, Comparison comp, T value) Adds a condition joined to the previous condition with AND.<T> CpoWhereBuilderCpoWhereBuilder.and(String attr, Comparison comp, T value, boolean not) Adds a condition joined to the previous condition with AND, optionally negated.<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) <T> CpoWhereBuilderCpoWhereBuilder.or(String attr, Comparison comp, T value) Adds a condition joined to the previous condition with OR.<T> CpoWhereBuilderCpoWhereBuilder.or(String attr, Comparison comp, T value, boolean not) Adds a condition joined to the previous condition with OR, optionally negated.final 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.<T> CpoWhereBuilderCpoWhereBuilder.where(String attr, Comparison comp, T value) Starts the chain with a comparison of the named attribute to a value.<T> CpoWhereBuilderCpoWhereBuilder.where(String attr, Comparison comp, T value, boolean not) Starts the chain with a comparison of the named attribute to a value, optionally negated.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)