Hello, I don't want to use java.sql.Date ou java.sql.Timestamp in my code, I'd prefer use java.util.Date or even better JodaTime/JSR310. I am aware of the existence of converters and forced types, but there is no evident naming scheme I could use to select which Java type to use. Using a regex on column name is to cumbersome for me, so I thought about configuring with Java code, I could using rules column name and column type to select Java type, or in the worst case read a config file telling wich Java type to use for a specific column, or something like this. Is there extension point I could use to do this (using Maven plugin)? Obviously, the GeneratorStrategy is only about naming not typing, isn't it?
Gerald -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
