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

Changes to make JPAAbstractExpandQuery available for extension #371

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

VMatyushevski
Copy link

@VMatyushevski VMatyushevski commented Sep 11, 2024

Feature added: To support the addition of custom SQL Hint to the search query.
Approach considered: Upon trying out different options, we have chosen to extend JPAAbstractExpandQuery and add our custom hint during execute() method call.
Overview of the changes: 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. So the changes are specific to the classes or methods that are involved in supporting the mentioned feature.
@wog48, Please review the PR. If you have another approach to enabling the above feature, we are open to considering it.

Copy link

cla-assistant bot commented Sep 11, 2024

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

1 participant