Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] QueryByExamplePolicy and case insensitive like

I found my answer and used

policy.addSpecialOperation(String.class, "likeIgnoreCase");



wizhippo wrote:
> 
> postgresql has a case sensitive like.
> 
> Is there a way I can do a query by example using ilike instead of like?
> 

-- 
View this message in context: http://www.nabble.com/QueryByExamplePolicy-and-case-insensitive-like-tp20092509p20094537.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top