-->
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.  [ 5 posts ] 
Author Message
 Post subject: Hibernate Filters Like Condition
PostPosted: Fri Aug 19, 2005 2:41 pm 
Newbie

Joined: Sun Mar 06, 2005 5:41 am
Posts: 13
Hello,

In hibernate 3 this type of filter works fine:

<filter name="searchText" condition=":searchTextParam LIKE name" />

But how can i get the functionality of LIKE %searchTextParam%? The current filter just does LIKE searchTextParam

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 19, 2005 2:46 pm 
Expert
Expert

Joined: Wed Apr 06, 2005 5:03 pm
Posts: 273
Location: Salt Lake City, Utah, USA
did you try

Code:
condition="'%' || :searchTextParam || '%' LIKE name"
?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 19, 2005 5:22 pm 
Newbie

Joined: Sun Mar 06, 2005 5:41 am
Posts: 13
Thanks, That did the trick, It seems to work without the "||" double pipes as well. What is their purpose?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 19, 2005 5:29 pm 
Expert
Expert

Joined: Wed Apr 06, 2005 5:03 pm
Posts: 273
Location: Salt Lake City, Utah, USA
string concatenation


Top
 Profile  
 
 Post subject: Re: Hibernate Filters Like Condition
PostPosted: Mon Oct 24, 2011 8:22 am 
Newbie

Joined: Sat Oct 22, 2011 8:05 am
Posts: 3
hi
For %LIKE%
I am having the filter condition like this but its saying syntax error in this parameter.
could any one tell me whats wrond in this?
<filter name="origBdgtCpntColumn" condition =" '%' || :origBdgtCpnt ||'%' LIKE ORIG_BDGT_CPNT "/>


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

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.