KeyAccess is a light-weight object-relational mapping (ORM) tool for Java, using existing databases as the starting point to generate a domain model. Its main goal is to reduce and sometimes eliminate manual updating between your domain object model and the underlying databases, while still being able to use arbitrarily complex SQL queries. In addition, KeyAccess doesn’t mandate a special architecture or framework – it will work in any application using JDBC.
| Tags | ORM jdbc Database object relation mapping Java |
|---|---|
| Licenses | MIT |
| Operating Systems | Linux Windows Mac OS X |
| Implementation | Java |
Recent releases


Release Notes: Support for table filtering on user schemas and API improvements were added.


Release Notes: This release adds debugging facilities and more flexible query functions.


Release Notes: This release adds support for character large objects (Clob) to java.lang.String conversions and ORDER BY clauses in the generated query methods.


Release Notes: This version adds automatic date type conversion and introduces an object parameters option on the query interface.


Release Notes: Initial release.