SimpleFlatMapper
SimpleFlatMapper copied to clipboard
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
Let assume we have a target class: public class Target { private Long id; private String name; private Date update; public Target(String name, Date update) { this.name = name; this.update...
Hi, there! Is there a possibility to map a dynamic number of columns from a CSV to a list? The only solution that I have found is to generate the...
Hi there Trying to figure out what I am doing wrong without providing tons of code. I have a JOOQ generated POJO that has the following field definition: @Id @GeneratedValue(strategy...
Hello, first thanks for the great library. It's been quite easy to work with and the mapping from SQL to Java classes is great. However we have lately been facing...
Hi, thanks for great library and also thanks for your fast and great support. This is question or request about new feature. I'd like use custom GetterFactory, which will read...
SqlParameterSource hasValue returns true when called for first non existing param, and getValue returns the object passed as param to newSqlParameterSource Reproduction: ``` Object sourceObject = new Object(); SqlParameterSource paramSource...
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
I have a case where a stored procedure written by bad people returns 40 fields. I would like to map these fields to a more complex type. An example for...
[](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...