Is there a GitHUB project or does anyone have a simple configuration to 
transform all appropriate Postgresql date and time classes to Java 8 Time 
classes? Before I recreated the wheel I figured I'd see if anyone has this 
already.

I'm guessing something like:
    DATE -> LocalData
    TIMESTAMPTZ -> Instant?
    TIMESTAMP -> Instant

I guess I would want to set this up for generation? I'd really like to be 
done with java.util.Date, java.sql.Date, and java.sql.Timestamp.

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jooq-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to