Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaGenerator should allow for overriding POJO constructor generation #7441

Closed
lukaseder opened this issue Apr 26, 2018 · 0 comments
Closed

Comments

@lukaseder
Copy link
Member

Getters and setters generation and other things can already be overridden in the JavaGenerator, but not POJO constructor generation. In POJOs, there's no need for calling jOOQ-specific super constructors, so the generated constructors don't have to be under jOOQ's control. Besides, it is possible to define a super class for POJOs, so it should be possible to override the constructor generation anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant