| Author |
Hibernate QueryBuilder how to mimic 'like' query
|
Karthik Krishnamurthy
Ranch Hand
Joined: Feb 04, 2005
Posts: 118
|
|
I am learning this API now. I have code as under, but it does an exact match instead of a 'like'. So when I have a String JMeter, and I use Meter, it does not bring it back in the search result but it should. Any help greatly appreciated
Thank you
Karthik
|
 |
T Mishra
Ranch Hand
Joined: Apr 04, 2006
Posts: 107
|
|
Binding - similar post
Using Restrictions 'like' method- Javadocs
|
Thanks,
Tushar (SCJP 1.5)
|
 |
 |
|
|
subject: Hibernate QueryBuilder how to mimic 'like' query
|
|
|