Class EndingWithIgnoreCase<T>
java.lang.Object
net.kaczmarzyk.spring.data.jpa.domain.PathSpecification<T>
net.kaczmarzyk.spring.data.jpa.domain.Like<T>
net.kaczmarzyk.spring.data.jpa.domain.LikeIgnoreCase<T>
net.kaczmarzyk.spring.data.jpa.domain.EndingWithIgnoreCase<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Serializable,LocaleAware,WithoutTypeConversion,org.springframework.data.jpa.domain.Specification<T>
parameter bound with appended %:
"%" + args[0]- Author:
- Matt S.Y. Ho
- See Also:
-
Field Summary
Fields inherited from class net.kaczmarzyk.spring.data.jpa.domain.PathSpecification
path -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.kaczmarzyk.spring.data.jpa.domain.LikeIgnoreCase
equals, hashCode, setLocale, toPredicate, toStringMethods 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
-
EndingWithIgnoreCase
-