Jdbi: Add support for @BindMethodsList

Created on 2 Oct 2018  路  3Comments  路  Source: jdbi/jdbi

So I loved the functionality of @BindMethods and @BindBeanList and wanted really wanted something to combine both of them. In my current project we are stripping out JPA/Hibernate and a lot of our method names and existing column names aren't close to matching. If this exists already I apologise.

I have a pull request up for review at https://github.com/jdbi/jdbi/pull/1249, would love to get some feedback on it. And yes, I made the pull request before the issue :) I'm already using the annotation in my project and wanted to contribute it back.

Thanks

All 3 comments

Closing, as this was accepted and merged.

Thank you for the PR @keith-miller

Thank you guys for helping me send Hibernate where it belongs :)

Was this page helpful?
0 / 5 - 0 ratings