Hi,
Is it possible to instruct JOOQ to use specific database to Java mapping by 
type? In documentation it is explained to specify forced mappings by table 
and column name, not type. For example, I have a NUMBER(4,0) column, JOOQ 
generates java.lang.Short. I would like all NUMBER(4,0) to be mapped as 
java.lang.Integer. 

Thanks,
Witold Szczerba

P.S.
One extra question: what is the pronunciation of JOOQ?

P.P.S.
JOOQ is GREAT! I use it together with Liquibase. It is a nice duet :)

-- 


Reply via email to