{
  "id": 2048675,
  "title": "Implementing IN statements using JooqTemplate",
  "url": "https://urgent.news/2026/08/20/implementing-in-statements-using-jooqtemplate",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-20T00:18:43.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/javaer/implementing-in-statements-using-jooqtemplate-4fkc"
  },
  "original_language": "en",
  "account": null,
  "summary": "@Service public class SimpleUserService { @Autowired private JooqTemplate jt ; public List < user > selectUserInDept ( UserParam param ) { //If deptIDs==null or deptIDs. isEmpty automatically ignores this query condition // SELECT * FROM user_table WHERE name LIKE '%?%' AND dept_id IN (?,?...); return jt . queryv ( \"user_table\" , User . class , \"name%\" , param . getName (), \"dept_id:in\" , param .…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}