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
Simple Flat Mapper
Release Notes
Getting Started
Docs
Building it
The build is using Maven.
git clone https://github.com/arnaudroger/SimpleFlatMapper.git
cd SimpleFlatMapper
mvn install