IT will gives error But when we use single where clause its working and my response is But my problem is based on queryParm as userId we get data not all, so i added multiple where claues we get error please help me for that. Answer So AS you look at the error message it obviously said that the parameter
Tag: nativequery
Optimize Merge query inside n^2 loop
I’ve got a merge query that needs to be executed one time for each combination of day and sessionType inside the request ArrayList. I am using nativeQuery to execute it. Is there a way to plain the source data (two ArrayLists, one with a date range instead a single day, and the other with all the session types), so I