Hello,
I would like use clause LIKE in my EJB-QL query. Like this:
. But it doesn�t works. Reading other posts and forums, I perceived that it is not possible use LIKE with parameter, only with constants.
So I tried other alternative. I wrote my query this:
. It works!
Now, I want your opinion. Is this a acceptable alternative? Or is this a ugly patch?
Thanks,