Class NotLikeIgnoreCase<T>
java.lang.Object
net.kaczmarzyk.spring.data.jpa.domain.PathSpecification<T>
net.kaczmarzyk.spring.data.jpa.domain.NotLike<T>
net.kaczmarzyk.spring.data.jpa.domain.NotLikeIgnoreCase<T>
- All Implemented Interfaces:
Serializable,LocaleAware,WithoutTypeConversion,org.springframework.data.jpa.domain.Specification<T>
Filters with
path not like %pattern% where-clause and ignores pattern case- Author:
- Kacper Leśniak (Tratif sp. z o.o.)
- See Also:
-
Field Summary
Fields inherited from class net.kaczmarzyk.spring.data.jpa.domain.PathSpecification
path -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidjakarta.persistence.criteria.PredicatetoPredicate(jakarta.persistence.criteria.Root<T> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder builder) toString()Methods inherited from class net.kaczmarzyk.spring.data.jpa.domain.PathSpecification
pathMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.data.jpa.domain.Specification
and, or
-
Constructor Details
-
NotLikeIgnoreCase
-
-
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:
toPredicatein interfaceorg.springframework.data.jpa.domain.Specification<T>- Overrides:
toPredicatein classNotLike<T>
-
setLocale
- Specified by:
setLocalein interfaceLocaleAware
-
hashCode
public int hashCode() -
equals
-
toString
-