Class StartingWithIgnoreCase<T>

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

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