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

c++ - Linked List error when inserting for the last time -

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

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -