We are looking for date time support for different timezones. It seems Hibernate supports Joda time, any idea does JOOQ supports the same?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
jOOQ by itself does not support Joda-Time, nor any other third-party data type. But you can easily configure the jOOQ code generator to rewrite data types through custom converters. This is documented here:
- http://www.jooq.org/doc/latest/manual/sql-execution/fetching/data-type-conversion/
- http://www.jooq.org/doc/latest/manual/code-generation/custom-data-types/