File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Hibernate QueryBuilder how to mimic 'like' query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Hibernate QueryBuilder how to mimic Watch "Hibernate QueryBuilder how to mimic New topic
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)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Hibernate QueryBuilder how to mimic 'like' query
 
Similar Threads
Alignment woes in JPanel/JTabbedPanel
Best foundation for a JDBC Client
How to calll a servlet onload when accessing a jsp page
Left-align in Jpanel or JTabbedPane
ejb's for multiple db