Similar to Specification support in Micronaut Data Jdbc/R2dbc, add `Specification`(using JPA Criteria API directly) to Jdbc/R2dbc world. * [My example of using Specification in Micronaut Data Jdbc](https://github.com/hantsy/micronaut-sandbox/blob/master/jdbc-kotlin/src/main/kotlin/com/example/Specifications.kt) * [My example of using Specification in Micronaut Data R2dbc](https://github.com/hantsy/micronaut-sandbox/blob/master/r2dbc-kotlin-co/src/main/kotlin/com/example/Specifications.kt)