I am using Hibernate with mysql I have a keyword in my java for which i need to retrieve record from MySQL
Restrictions.like("resume Text", keyword, Match Mode.ANYWHERE));
when i send keyword as test it works ,when i send keyword as sample it works BUT when i send keyword as test,sample it fails,don't return any result.
Any Solution
thanks