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

JPAAbstractExpandQuery doesn`t fully support extension #377

Open
VMatyushevski opened this issue Sep 16, 2024 · 1 comment
Open

JPAAbstractExpandQuery doesn`t fully support extension #377

VMatyushevski opened this issue Sep 16, 2024 · 1 comment

Comments

@VMatyushevski
Copy link

The current design (especially modifiers) of JPAAbstractExpandQuery doesn`t fully support extension since the Class by itself is public, but the important methods that are used within an extention and other dependent classes have package private access.

PR Link to changes that might help to resolve: #371

@spatanjali
Copy link

spatanjali commented Oct 8, 2024

@wog48 Would you please be able to share your thoughts on the above PR. We hope that the change will make it easier for the users of the project to extend certain features (such as pagination) via custom implementation.

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

2 participants