-->
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: How to pass column name through criteriabuilder.function()
PostPosted: Thu Aug 11, 2011 11:02 am 
Newbie

Joined: Thu Aug 11, 2011 10:30 am
Posts: 1
I am trying to call the CONTAINS function of the oracle database through the criteriabuilder.function() method. The code looks like:

criteriabuilder.function("CONTAINS", Integer.class, criteriabuilder.literal("ADDRESS"), criteriabuilder.literal("text-to-search"), ...)

The log shows that "binding parameter [1] as [VARCHAR] - ADDRESS".
While the syntax of the CONTAINS function shows that the first parameter of the CONTAINS function is a column name whose type is not VARCHAR.

CONTAINS(
[schema.]column,
text_query VARCHAR2
[,label NUMBER])
RETURN NUMBER;

This inconsistency causes the code to fail. So the question is how to pass the column name so that it is recognizable by the database. Thanks!


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.