Class Identity

  • All Implemented Interfaces:
    ColumnValuePredicate

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

      • Identity

        public Identity()
    • Method Detail

      • apply

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