KeyAccess is a Java based and 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.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Generated classes for tables originating from autoGenerateRelations now includes properties.
· Support for table filtering on user schemas, through the db.schema property.
· queryCount can take object parameters