Open n1b0r opened 4 years ago
Will have a look ASAP thanks
Thanks for the reproducer, managed to track the issue, will release a fix asap
so for a bit of background, it is possible to had keys, ar null check that are used for grouping but not in the mapped object that would be an Optional and Key column. ignoreNotFoundProperty mark all the column as optional. so s_id endup being non mapped column. still need to figure out some more stuff
Hello,
Again, thanks for this great library !
I'm getting troubles using a mapper with joins (
addKeys()
),discriminator()
andignorePropertyNotFound()
.Here is a test to reproduce the issue.
The mapper
produces, as expected
but the mapper (using ignorePropertyNotFound())
produces
What do you think ?
Regards, Robin.