Class EndingWithIgnoreCase<T>

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

public class EndingWithIgnoreCase<T> extends LikeIgnoreCase<T>
parameter bound with appended %: "%" + args[0]
Author:
Matt S.Y. Ho
See Also:
  • Constructor Details