You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using MyBatis Generator (MBG) for code generation, but I would like to disable the generated public enum Column class. This class is typically used to represent the column names of a database table, but I do not need this feature and would like to skip generating this enum.
Is there any configuration or method to disable the generation of the Column enum?
I have already tried the following, but with no success:
Modified the relevant configurations in generatorConfig.xml (such as useActualColumnNames).
Attempted to customize templates.
If there is a more effective way to disable this functionality or if you can provide relevant documentation or examples, I would greatly appreciate your help!
The text was updated successfully, but these errors were encountered:
Hello,
I am using MyBatis Generator (MBG) for code generation, but I would like to disable the generated public enum Column class. This class is typically used to represent the column names of a database table, but I do not need this feature and would like to skip generating this enum.
Is there any configuration or method to disable the generation of the Column enum?
I have already tried the following, but with no success:
Modified the relevant configurations in generatorConfig.xml (such as useActualColumnNames).
Attempted to customize templates.
If there is a more effective way to disable this functionality or if you can provide relevant documentation or examples, I would greatly appreciate your help!
The text was updated successfully, but these errors were encountered: