S
Sriv Chakravarthy
Is there a way to put a parameter marker in a EJB QL using LIKE ?
In other words, how can I do the following in EJB-QL:
SELECT OBJECT(Person) FROM Person AS p WHERE p.name LIKE '%?1%'
Or is there an equivalent of this ?
I would much appreciate your help. Thanks.
In other words, how can I do the following in EJB-QL:
SELECT OBJECT(Person) FROM Person AS p WHERE p.name LIKE '%?1%'
Or is there an equivalent of this ?
I would much appreciate your help. Thanks.