Kauklahti
prealphaDescription
Kauklahti is ORM tool that connects Java classes and database tables. It provides simple programmatic api for mapping (no annotations, no xml). It is the simplest possible solution to mapping problem with only log4j.jar external dependency.
Kauklahti Web SiteFeatures
- select, insert, update, delete SQL generation
- JDBC ResultSet extraction into objects
- handles joins, list of objects and nested objects
- integrates with Spring JdbcTemplate
User Ratings
User Reviews
-
This project is just what I needed: a light, simple ORM, very fast, and easy to use. No more problems trying to configure XML files and caching options.