KeyAccess is a light-weight Object-Relational Mapping (ORM) tool, using existing databases as the starting point to generate a domain model. The main goal is 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.
New in this Version:
- Added support for Character large object (Clob) to java.lang.String conversions
- Added support for ORDER BY clauses in the generated query methods