These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: LIKE clause that references a property
PostPosted: Fri Jan 26, 2007 4:05 pm 
Beginner
Beginner

Joined: Thu Aug 19, 2004 2:33 pm
Posts: 30
Location: CA, USA
Hibernate version: 3

Hi, I've gone through the docs and I'm wondering if there's a way to build a LIKE clause in Hibernate that references a column on the RHS. The Criteria API seems to expect a string value such as "F%". For example I want query that has something like:

select *
from Foo f, Bar b
where f.name LIKE b.name || '%';

Is there a way to generate this LIKE clause using Hibernate's Criteria or HQL interfaces?

Thanks,
Don


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.