Add annotations support for defining mapping from POJO to DB in spring JDBC
Description
Mappings currently have to be defined using a DataMapper, SimpleDataMapper, or automatic reflection. It would be nice if there was a way to define the mappings using annotations as well.
Mappings currently have to be defined using a DataMapper, SimpleDataMapper, or automatic reflection. It would be nice if there was a way to define the mappings using annotations as well.