| static WherePredicate<BigDecimal> | WherePredicate. forBigDecimal(String columnName,
             Operator operator,
             BigDecimal value) | 
| static WherePredicate<Boolean> | WherePredicate. forBoolean(String columnName,
          Operator operator,
          Boolean value) | 
| static WherePredicate<Instant> | WherePredicate. forInstant(String columnName,
          Operator operator,
          Instant value) | 
| static WherePredicate<Long> | WherePredicate. forLong(String columnName,
       Operator operator,
       Long value) | 
| static WherePredicate<String> | WherePredicate. forString(String columnName,
         Operator operator,
         String value) |