Dear, 

I have a question about ENUM type of mySQL. (ref: UDT's including ARRAY and 
ENUM types) <http://www.jooq.org/manual/META/UDT/>

I'm using  the same ENUM type defined in several tables. for instance, 

a column, its name is "priority", and its enum values are 'Low', 'Normal', 
'High'
and this 'priority' column appears in TableOne and TableTwo.

The Enum Class from the code generator are "TableOnePriority" and 
TableTwoPriority".
These two class have the same content, but enum class name.

Is there a way to generate the same ENUM Class when using JOOQ code 
generator?

Thanks!
-Pay

Reply via email to