A fast and lightweight Java micro ORM for mapping database results and CSV files to POJOs.
Simple Flat Mapper is a Java micro ORM that provides fast and easy mapping from database results and CSV files to Plain Old Java Objects (POJOs). It solves the problem of data access complexity by offering a lightweight, high-performance alternative to traditional ORM frameworks. The library focuses on simplicity and efficiency, reducing boilerplate code and overhead.
Java developers working with JDBC databases or CSV data who need a lightweight, performant mapping solution without the complexity of full ORMs like Hibernate.
Developers choose Simple Flat Mapper for its speed, minimal footprint, and ease of use compared to heavier ORMs. It offers a straightforward approach to data mapping with support for multiple Java versions and flexible configuration.
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
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Efficiently maps JDBC ResultSets to POJOs with minimal overhead, as highlighted in the key features for performance-sensitive environments.
Has minimal dependencies and a small footprint compared to traditional ORMs, reducing bloat and startup time.
Supports Java 6 through 11, ensuring it works in both legacy systems and modern applications, as shown by the version badges.
Includes a fast CSV parser and mapper for seamless data import from files, streamlining workflows beyond database access.
Lacks advanced capabilities like lazy loading, caching, or transaction management, which are standard in full ORMs like Hibernate.
Requires programmatic setup for mappings, increasing boilerplate code compared to annotation-driven frameworks that automate configuration.
Has fewer community resources, plugins, and integrations compared to mainstream ORMs, which can hinder support and extensibility.
SimpleFlatMapper is an open-source alternative to the following products: