using a CRUD and want o access a 开发者_Go百科certain value in the databse. what I tried is: Query query = em.createNativeQuery(\"select o from Table o where o.IDfield= \'938\'\");
I have days trying to solve this. I need to have an ORDER BY and a LIMIT in a subquery, this is the native SQL:
I\'m trying to make a bool must match query in java with this structure GET offers/_search { "query": {