java - Does Jooq supports Joda-Time? -


we looking date time support different timezones. seems hibernate supports joda time, idea jooq supports same?

jooq not support joda-time, nor other third-party data type. can configure jooq code generator rewrite data types through custom converters. documented here:


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -