I am using bean property ro wmapper to match my DB column names with variables to do select * from table to data class. But if the column name is something like this which has number after underscore:
WEEK_7DAYS, I have property name in my POJO as week7days. but that is not matching and no values ar set to week&days. I tried week7Days too. That is also not working. how to match it. Please help.
Thanks, Sreenivas