Class NotLikeIgnoreCase<T>

All Implemented Interfaces:
Serializable, LocaleAware, WithoutTypeConversion, org.springframework.data.jpa.domain.Specification<T>

public class NotLikeIgnoreCase<T> extends NotLike<T> implements LocaleAware
Filters with path not like %pattern% where-clause and ignores pattern case
Author:
Kacper Leśniak (Tratif sp. z o.o.)
See Also:
  • Constructor Details

  • Method Details

    • toPredicate

      public jakarta.persistence.criteria.Predicate toPredicate(jakarta.persistence.criteria.Root<T> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder builder)
      Specified by:
      toPredicate in interface org.springframework.data.jpa.domain.Specification<T>
      Overrides:
      toPredicate in class NotLike<T>
    • setLocale

      public void setLocale(Locale locale)
      Specified by:
      setLocale in interface LocaleAware
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class NotLike<T>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class NotLike<T>
    • toString

      public String toString()
      Overrides:
      toString in class NotLike<T>