No need annotation,No need check null, No need inherit,No need scan,Based on JOOQ 1. Quer User Paramater public class UserParam { String name ; LocalDate beginBirthday ; LocalDate endBirthday ; int offset ; int limit ; ... } 2.

Source: [Dev.to](https://dev.to/javaer/using-jooqtemplate-implement-userservice-demo-3p8a)

Sponsored