brettwooldridge / SansOrm

A "No-ORM" sane SQL ←→ Java object mapping library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OrmElf NPE when Class doesn't have a table column

seseso opened this issue · comments

When trying to map a query to a "POJO", if the query returns a column non existent in the POJO classe, we get a NullPointerException.
Could / Should this be treated and those column ignored in the mapping?

Did you solved this problem ? I have same trouble