-
Notifications
You must be signed in to change notification settings - Fork 16
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
Properly implement getReference #233
Labels
Milestone
Comments
ledsoft
added a commit
that referenced
this issue
Jun 4, 2024
ledsoft
added a commit
that referenced
this issue
Jun 12, 2024
ledsoft
added a commit
that referenced
this issue
Jun 12, 2024
Testing getReference implementation for both types of UnitOfWork.
ledsoft
added a commit
that referenced
this issue
Jun 12, 2024
ledsoft
added a commit
that referenced
this issue
Jun 12, 2024
ledsoft
added a commit
that referenced
this issue
Jun 12, 2024
Testing getReference implementation for both types of UnitOfWork.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EntityManager.getReference
has been implemented internally to callEntityManager.find
in 2.0.0 to speed up the release. Now it is time to implementgetReference
properly.The text was updated successfully, but these errors were encountered: