Community

How to Write a Quick and Dirty Converter in jOOQ

(lukaseder) One of jOOQ‘s most powerful features is the capability of introducing custom data types, pretending the database actually understands them. For instance, when working with SQL TIMESTAMP types, users mostly want to use the new JSR-310 LocalDateTime, rather than the JDBC java.sql.Timestamp

Read More - Register for Free Membership