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

Add an option for generation of entityAccessors with name following Bean convention (getFieldName) #3682

Open
xlaussel opened this issue Feb 14, 2024 · 0 comments

Comments

@xlaussel
Copy link

Why the new feature should be added

This would allow to manipulate the Q classes with bean dedicated functions.
For kotlin developpers, the accessors would behave like a readonly property (val). They could also switch from final fields to accessors without modifying the code.

How the new feature should work

Now for example, the accessor name generated for the property "myProperty" is myProperty().
We can add an option - for example querydsl.beanEntityAccessors - that will make the accessor generated name be
"getMyProperty()". I think it is quite easy to implement.

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

No branches or pull requests

1 participant