Generating multiple java Enums from a single table, using JOOQ
问题 I have a table in my database schema which contains configuration information for an application that I'm building. I'd like to generate a number of enums based on the contents of the table. I'm currently using JOOQ in my build scripts to generate other, standard JOOQ classes from the same database, and am hoping that I can obtain this new functionality through JOOQ. For example, if the table contained the following data Product Component PresentationOrder HydroProduct Boat 1 HydroProduct