arnaudroger / SimpleFlatMapper

Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper
http://simpleflatmapper.org
MIT License
437 stars 76 forks source link

allows for non mapped key #664

Closed arnaudroger closed 5 years ago

arnaudroger commented 5 years ago

right now keys have only an effect on mapped column. with that it would allow non mapped key to still provide deduplication and null check without having to be on the object