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

HHH-7252 - AbstractEntityManagerImpl not properly mapping lock-releated exceptions in find() method. #315

Closed
wants to merge 1 commit into from

Commits on Apr 17, 2012

  1. HHH-7252

    The code was a bit non-obvious (assignment in a method call argument) where it was being done, and the local variable (lockOptions) assignment was missing in the find() method implementation.
    I changed all instances of lockOptions assignment to assign before the method call where it's required as an argument, ensuring proper scope for exception mapping.
    bvarner committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    36843ff View commit details
    Browse the repository at this point in the history