Using this library you can focus on how you want to map results of your SQL query to your domain objects. You don't need to use any xml configuration (like, for example in MyBatis/iBatis). You also don't need to use any annotations to run SQL Mapper. The SQL Mapper is similar to Spring JDBC Framework, but it has some of its features simplified and some changed.
It runs on JDK 7 or higher.
The zip archive contains the library jar, sources and javadocs, and also a demo which shows how to use the mapper.
P.S. This project was created for fun, when I was bored to death in my new job :) So it is not well tested, any advices will be helpful.
Features
- removes boilerplate JDBC code
- developers can focus on dealing with query results
- no configuration needed
- supports SQL selects, inserts, updates and deletes
- simplifies developing without losing control of SQL statements
- lightweight
Categories
Object-Relational Mapping (ORM)Follow SQL Mapper
nel_h2
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of SQL Mapper!