All Implemented Interfaces:
ColumnValuePredicate

public class Identity extends AbstractColumnValuePredicate
Identity predicate. Similar to an empty predicate as it is always true: the column value is compared with itself (identity).
Author:
mmoquillon
  • Constructor Details

    • Identity

      public Identity(DbColumn column, String refValue)
    • Identity

      public Identity()
  • Method Details

    • apply

      public org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery apply(org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery query)
      Specified by:
      apply in class AbstractColumnValuePredicate