jklingsporn / vertx-jooq

A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limit in classic JDBC DAO?

activey opened this issue · comments

Hi,

Sorry for a stupid question but how do I limit query results by using your generated DAO's? I could not find any reasonable way to do it with findManyByCondition.

I appreciate any help here ...

BR

Currently no such method is generated, but I guess it shouldn't be a problem to add it.