-
Notifications
You must be signed in to change notification settings - Fork 558
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
[client-v2] POJO reader #1794
[client-v2] POJO reader #1794
Conversation
POJO reader is promising if we would eliminate reflection calls. |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Summary
In most cases data is read into DTO objects - custom application POJOs. When dataset is big it may be a significant overhead if data is read into internal storage or buffer then copied to a DTO. This PR implements reader using similar to
insert
API approach:Checklist
Delete items not relevant to your PR: