We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hibernate-performance/src/test/java/com/jeeconf/hibernate/performancetuning/nplusone/NplusOneTest.java
Line 30 in 29303d2
Is it expected that we get here 13 clients because of join, while in database we have only 10?
The text was updated successfully, but these errors were encountered:
Really, result list has size of 13 with duplicated clients, though there are 10 in DB. Quite unexpectable. But there is good explanation of this behaviour: https://stackoverflow.com/questions/18753245/one-to-many-relationship-gets-duplicate-objects-without-using-distinct-why
Sorry, something went wrong.
No branches or pull requests
hibernate-performance/src/test/java/com/jeeconf/hibernate/performancetuning/nplusone/NplusOneTest.java
Line 30 in 29303d2
Is it expected that we get here 13 clients because of join, while in database we have only 10?
The text was updated successfully, but these errors were encountered: