SQL ORM 1.0.11b (Default branch) |
|
|
SQL ORM focuses on mediating database interaction
rather than shielding the user from it. It takes
the best parts from iBatis, Toplink, Spring JDBC,
etc. and consists of four independent modules that
can be used in isolation, in combination with each
other, or in combination with other frameworks -
even ORM frameworks!
License: The Apache License 2.0
Changes:
This release adds a class ConstantsDump tool and comprehensive documentation for it. It adds the class ResultSetForMetaData for improved access to ResultSet data. It adds support for the generated constants of ConstantDump in the SelectBuilder (existing framework). To upgrade, just replace sqlorm.jar.
|