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
Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of SQL Mapper!