且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Jooq是否支持Joda-Time?

更新时间:2023-01-17 08:04:06

jOOQ 本身不支持Joda-时间或任何其他第三方数据类型.但是您可以轻松配置jOOQ代码生成器以通过定制转换器重写数据类型.在此处记录:

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/