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

Audit and fix redundant save anti-pattern #279

Open
rtisma opened this issue Feb 28, 2019 · 0 comments
Open

Audit and fix redundant save anti-pattern #279

rtisma opened this issue Feb 28, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rtisma
Copy link
Contributor

rtisma commented Feb 28, 2019

Referring to the section titled The Redundant save Anti-Pattern in https://vladmihalcea.com/jpa-persist-and-merge/

many of the update and create procedures use the save method incorrectly. This needs to be fixed as it is making redundant calls to the database and can decrease performance

@rtisma rtisma added bug Something isn't working backlog labels Feb 28, 2019
@rtisma rtisma self-assigned this Feb 28, 2019
@rosibaj rosibaj removed the backlog label Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants