How do I write where clause where the value has spaces:
Actually I am using openJPA and I have to set parameter. The value i will be setting has a space, eg: String somevalue="firstname lastname"; query.setparameter(somevalue);
I did this but doesnot work. Any suggestion will be appreciated. Thanks.