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
Implement a simple object mapper which allows to map columns on an object based on the entered class.
Object mappers are registered at a central placed and will be picked based on the column names in the result set and the expected class.
The new method will be simply called map and will be in the result state as an alternative to readRow
The text was updated successfully, but these errors were encountered:
rainbowdashlabs
Successfully merging a pull request may close this issue.
Implement a simple object mapper which allows to map columns on an object based on the entered class.
Object mappers are registered at a central placed and will be picked based on the column names in the result set and the expected class.
The new method will be simply called map and will be in the result state as an alternative to readRow
The text was updated successfully, but these errors were encountered: