Uses of Interface
org.silverpeas.components.jdbcconnector.service.comparators.FieldValueComparator
-
Packages that use FieldValueComparator Package Description org.silverpeas.components.jdbcconnector.service.comparators -
-
Uses of FieldValueComparator in org.silverpeas.components.jdbcconnector.service.comparators
Classes in org.silverpeas.components.jdbcconnector.service.comparators that implement FieldValueComparator Modifier and Type Class Description classEqualityThe equality comparator.classInclusionThe including comparator.classInequalityThe inequality comparatorclassInferiorityThe non-strict inferiority comparator; the two values can be equal.classLikeThe equality comparator.classNothingBuilderA builder that builds no comparing statement.classStrictInferiorityThe strict inferiority comparator.classStrictSuperiorityThe strict superiority comparatorclassSuperiorityThe non-strict superiority operator; the two values can be equal.
-