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!
| Tags | Database API Software Development Libraries Application Frameworks |
|---|---|
| Operating Systems | OS Independent |
| Implementation | Java |
| Translations | English |
Recent releases


Changes: This release adds sqlorm-with_src.jar to the sqlorm.zip containing both classes and source files for better integration with IDEs. It adds ConstantsDump and has comprehensive documentation for it. ResultSetForMetaData has been added for improved access to ResultSet data. Support has been added for the generated constants of ConstantDump in SelectBuilder.


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.


Changes: The first iteration of the dynamic query builder was finished.