Is there a way to configure the JOOQ tool to use the PostgresSQL database’s ‘forcedTypes’ tag to convert smallint to Boolean without providing org.jooq.Converter implementation?
This is what
Is there a way to configure the JOOQ tool to use the PostgresSQL database’s ‘forcedTypes’ tag to convert smallint to Boolean without providing org.jooq.Converter implementation?
This is what