Skip to content

Improve performance of PersistenceProvider.condense function #2860

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

Closed
gregturn opened this issue Mar 14, 2023 · 0 comments
Closed

Improve performance of PersistenceProvider.condense function #2860

gregturn opened this issue Mar 14, 2023 · 0 comments
Assignees
Labels
type: enhancement A general enhancement

Comments

@gregturn
Copy link
Contributor

Instead of checking every time the function is invoked, it's better to capture this as a static boolean once.

@gregturn gregturn added the type: enhancement A general enhancement label Mar 14, 2023
@gregturn gregturn added this to the 3.1 M3 (2023.0.0) milestone Mar 14, 2023
@gregturn gregturn self-assigned this Mar 14, 2023
gregturn added a commit that referenced this issue Mar 14, 2023
… performant.

No need to check every time the function is called.

Resolves #2860.
schauder added a commit that referenced this issue Mar 15, 2023
TypedParameterValue class only gets loaded once.
Renamed the method to better capture its behaviour.

See #2860
See #2861
schauder pushed a commit that referenced this issue Mar 15, 2023
No need to check every time the function is called.

Closes #2860.
Original pull request #2861
schauder added a commit that referenced this issue Mar 15, 2023
TypedParameterValue class only gets loaded once.
Renamed the method to better capture its behaviour.

See #2860
See #2861
klajdipaja pushed a commit to klajdipaja/spring-data-jpa that referenced this issue Mar 24, 2023
No need to check every time the function is called.

Closes spring-projects#2860.
Original pull request spring-projects#2861
klajdipaja pushed a commit to klajdipaja/spring-data-jpa that referenced this issue Mar 24, 2023
TypedParameterValue class only gets loaded once.
Renamed the method to better capture its behaviour.

See spring-projects#2860
See spring-projects#2861
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants